[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git] / libclc / test / cross.cl
blob08955cbd9af5689a1e81874f66d3e070208e709d
1 __kernel void foo(float4 *f) {
2 *f = cross(f[0], f[1]);