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
/
cos.cl
4 lines
49 B
Common Lisp
Raw
Blame
History
__kernel
void
foo
(
float4
*f
)
{
*f
=
cos
(
*f
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink