mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
4 lines
59 B
Common Lisp
4 lines
59 B
Common Lisp
__kernel void foo(float4 *f) {
|
|
*f = cross(f[0], f[1]);
|
|
}
|