xref
: /
external
/
llvm-project
/
libclc
/
test
/
cos.cl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
__kernel void foo(float4 *f) {
2
*f = cos(*f);
3
}
4