test.ispc 58 B

1234
  1. float func(float a, float b) {
  2. return a + b / 2.;
  3. }