[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / libclc / test / cross.cl
blob08955cbd9af5689a1e81874f66d3e070208e709d
1 __kernel void foo(float4 *f) {
2 *f = cross(f[0], f[1]);