PPeter CollingbourneAdd fabs builtin.
6f154f16创建于 2012年5月29日历史提交
__kernel void foo(float *f) {
  *f = fabs(*f);
}