Sign in
fuchsia
/
third_party
/
llvm-project
/
59731eebf8f24e3e90dc77e91a08d068b529cfc5
/
.
/
libclc
/
test
/
add_sat.cl
blob: 45c8567b4403970a159e2afbf170984328d1c026 [
file
] [
log
] [
blame
]
__kernel void foo
(
__global char
*
a
,
__global char
*
b
,
__global char
*
c
)
{
*
a
=
add_sat
(
*
b
,
*
c
)
;
}