mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 15:11:00 +00:00
3a78a47ace
llvm-svn: 157590
4 lines
67 B
Common Lisp
4 lines
67 B
Common Lisp
__kernel void foo(int4 *x, float4 *y) {
|
|
*x = convert_int4(*y);
|
|
}
|