llvm-toolchain-10/libclc/test/fabs.cl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
49 B
Common Lisp
Raw Normal View History

2022-07-16 17:39:34 +08:00
__kernel void foo(float *f) {
*f = fabs(*f);
}