Implement atan2pi builtin
authorTom Stellard <thomas.stellard@amd.com>
Tue, 12 May 2015 14:48:26 +0000 (14:48 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 12 May 2015 14:48:26 +0000 (14:48 +0000)
commit37406a209c75a09f850cd5e5498568d34a6f05d1
treeddad0328c423b9ed27a622249e1e9aaf7c3ffc96
parent1a66c0ba539eb3da4af2b6af7bf74e398b3d43d6
Implement atan2pi builtin

This implementation was ported from the AMD builtin library
and has been tested with piglit, OpenCV, and the ocl conformance tests.

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