xref: /llvm-project/libclc/test/convert.cl (revision 3a78a47aceb08ebb4fa9c7487267dc1f54db0ae9)
1__kernel void foo(int4 *x, float4 *y) {
2  *x = convert_int4(*y);
3}
4