git://git.jankratochvil.net
/
lldb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial commit.
[lldb.git]
/
libclc
/
test
/
cos.cl
1
__kernel void foo(float4 *f) {
2
*f = cos(*f);
3
}