git://git.jankratochvil.net
/
lldb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implement sub_sat builtin. Patch by Lei Mou!
[lldb.git]
/
libclc
/
test
/
get_group_id.cl
1
__kernel void foo(int *i) {
2
i[get_group_id(0)] = 1;
3
}