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