Implement atan2 builtin
authorTom Stellard <thomas.stellard@amd.com>
Wed, 23 Jul 2014 15:16:16 +0000 (15:16 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 23 Jul 2014 15:16:16 +0000 (15:16 +0000)
commitf9caca8b9dd26a9e7a13e5ca8be57100578e3432
tree967ee4892e5ba7de77572df6a3dd292812c8b611
parent47882923c7b48c00d6c0ea9960b5457e957093c4
Implement atan2 builtin

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