Codebase Browser
llvm
Go to App
llvm
/
libclc/test/
fabs.cl
__kernel void foo(float *f) { *f = fabs(*f); }