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

4 lines
67 B
Common Lisp
Raw Normal View History

2012-05-29 04:42:54 +08:00
__kernel void foo(int4 *x, float4 *y) {
*x = convert_int4(*y);
}