blob: e8fb1228d28d111f098ee3afa918504dcccb504b [file] [log] [blame]
__kernel void foo(int4 *x, float4 *y) {
*x = as_int4(*y);
}