Files
clang-p2996/libclc/test/add_sat.cl
Peter Collingbourne 44a079aa23 Add some tests which had heretofore evaded 'git add'.
llvm-svn: 157591
2012-05-28 20:42:59 +00:00

4 lines
100 B
Common Lisp

__kernel void foo(__global char *a, __global char *b, __global char *c) {
*a = add_sat(*b, *c);
}