xref: /llvm-project/libclc/test/fabs.cl (revision 6f154f16cdcef9c72038564d33e331ba70cd6b49)
1__kernel void foo(float *f) {
2  *f = fabs(*f);
3}
4