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
/
cross.cl
1
__kernel void foo(float4 *f) {
2
*f = cross(f[0], f[1]);
3
}