diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-05-12 14:48:26 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-05-12 14:48:26 +0000 |
| commit | 37406a209c75a09f850cd5e5498568d34a6f05d1 (patch) | |
| tree | ddad0328c423b9ed27a622249e1e9aaf7c3ffc96 /libclc/generic/lib/SOURCES | |
| parent | 1a66c0ba539eb3da4af2b6af7bf74e398b3d43d6 (diff) | |
| download | bcm5719-llvm-37406a209c75a09f850cd5e5498568d34a6f05d1.tar.gz bcm5719-llvm-37406a209c75a09f850cd5e5498568d34a6f05d1.zip | |
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
Diffstat (limited to 'libclc/generic/lib/SOURCES')
| -rw-r--r-- | libclc/generic/lib/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/generic/lib/SOURCES b/libclc/generic/lib/SOURCES index a05cceaead6..6398d654c19 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -70,6 +70,7 @@ math/asinh.cl math/asinpi.cl math/atan.cl math/atan2.cl +math/atan2pi.cl math/atanh.cl math/atanpi.cl math/copysign.cl |

