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