diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-04-07 16:20:22 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-04-07 16:20:22 +0000 |
| commit | da2969fca742814cc736dde95ceef70d300cf6c1 (patch) | |
| tree | 7b9f5258210ecbf5000d50f18d831c28aafc892d /libclc/generic/lib/SOURCES | |
| parent | ca4d382e119e1389c83dbb07d9ca0085e88b2944 (diff) | |
| download | bcm5719-llvm-da2969fca742814cc736dde95ceef70d300cf6c1.tar.gz bcm5719-llvm-da2969fca742814cc736dde95ceef70d300cf6c1.zip | |
Implement atanh builtin
This implementation was ported from the AMD builtin library
and has been tested with piglit, OpenCV, and the ocl conformance tests.
llvm-svn: 234324
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 37ea9ef38bb..b360278721d 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -67,6 +67,7 @@ math/asinh.cl math/asinpi.cl math/atan.cl math/atan2.cl +math/atanh.cl math/atanpi.cl math/copysign.cl math/cos.cl |

