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] Update HowToReleaseLLVM documentation.
[llvm-project.git]
/
libclc
/
test
/
add_sat.cl
blob
45c8567b4403970a159e2afbf170984328d1c026
1
__kernel void foo
(
__global
char
*
a
,
__global char
*
b
,
__global char
*
c
) {
2
*
a
=
add_sat
(*
b
, *
c
)
;
3
}