repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Docs][llvm-exegesis] Minor adjustments for clarity
[llvm-project.git]
/
libclc
/
test
/
cos.cl
blob
4230eb2a0e93c688fa3558035d5c86533c37129d
1
__kernel void foo
(
float4
*
f
) {
2
*
f
=
cos
(*
f
)
;
3
}