mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 04:06:20 +00:00
4 lines
67 B
Common Lisp
4 lines
67 B
Common Lisp
__kernel void foo(int4 *x, float4 *y) {
|
|
*x = convert_int4(*y);
|
|
}
|