mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 22:00:14 +00:00
4 lines
49 B
Common Lisp
4 lines
49 B
Common Lisp
__kernel void foo(float *f) {
|
|
*f = fabs(*f);
|
|
}
|