1*6f154f16SPeter Collingbourne__kernel void foo(float *f) { 2*6f154f16SPeter Collingbourne *f = fabs(*f); 3*6f154f16SPeter Collingbourne} 4