bolt/deps/llvm-18.1.8/libclc/test/convert.cl
2025-02-14 19:21:04 +01:00

3 lines
67 B
Common Lisp

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