Sign in
llvm
/
llvm-project
/
ff7b42c194e0fa23e6a76f0a33a80c0c3af14e7d
/
.
/
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
)
;
}