This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
llvm-toolchain-10
Watch
4
Star
0
Fork
You've already forked llvm-toolchain-10
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9d680906c4
llvm-toolchain-10
/
libclc
/
test
/
convert.cl
4 lines
67 B
Common Lisp
Raw
Blame
History
__kernel
void
foo
(
int4
*x,
float4
*y
)
{
*x
=
convert_int4
(
*y
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink