mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
4 lines
100 B
Common Lisp
4 lines
100 B
Common Lisp
__kernel void foo(__global char *a, __global char *b, __global char *c) {
|
|
*a = add_sat(*b, *c);
|
|
}
|