convert.cl 67 Bytes Raw Blame History Permalink 1 2 3 __kernel void foo(int4 *x, float4 *y) { *x = convert_int4(*y); }