mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +00:00
d5395fbf03
llvm-svn: 147756
4 lines
49 B
Common Lisp
4 lines
49 B
Common Lisp
__kernel void foo(float4 *f) {
|
|
*f = cos(*f);
|
|
}
|