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