Implement sin builtin for float types
authorTom Stellard <thomas.stellard@amd.com>
Wed, 23 Jul 2014 15:16:21 +0000 (15:16 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 23 Jul 2014 15:16:21 +0000 (15:16 +0000)
commit903a78b7c6674c7af6d80c18af0f86377216bd3d
treebc3574a16727077042df7ea33ca55fdd52f562dc
parentc0ab2f81e3ab5c7a4c2e0b812a873c3a7f9dca8b
Implement sin builtin for float types

This double version still uses @llvm.sin.

llvm-svn: 213762
libclc/generic/include/clc/math/sin.h
libclc/generic/include/clc/math/sin.inc [new file with mode: 0644]
libclc/generic/lib/SOURCES
libclc/generic/lib/math/sin.cl [new file with mode: 0644]