blob: 91d42c466676fd68420349feeb0214330f1e059a [file]
__kernel void foo(float *f) {
*f = fabs(*f);
}