From d5395fbf03dc168d00bc8622e86fefbac9a3da2a Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Sun, 8 Jan 2012 22:09:58 +0000 Subject: Initial commit. llvm-svn: 147756 --- libclc/test/cos.cl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libclc/test/cos.cl (limited to 'libclc/test/cos.cl') diff --git a/libclc/test/cos.cl b/libclc/test/cos.cl new file mode 100644 index 00000000000..4230eb2a0e9 --- /dev/null +++ b/libclc/test/cos.cl @@ -0,0 +1,3 @@ +__kernel void foo(float4 *f) { + *f = cos(*f); +} -- cgit v1.2.1