hanchenye-llvm-project/libclc/test/convert.cl

4 lines
67 B
Common Lisp

__kernel void foo(int4 *x, float4 *y) {
*x = convert_int4(*y);
}