diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2015-04-02 17:01:52 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-04-02 17:01:52 +0000 |
commit | 084124a8fab6fd71d49ac4928d17c3ef8b350ead (patch) | |
tree | faf018dd11e67c2c4d38daa35a2b625da4cacb83 /libclc/generic/lib/SOURCES | |
parent | 8189ee9a1e025cd5c28fb81d5d835e788bcb15c0 (diff) | |
download | bcm5719-llvm-084124a8fab6fd71d49ac4928d17c3ef8b350ead.tar.gz bcm5719-llvm-084124a8fab6fd71d49ac4928d17c3ef8b350ead.zip |
Implement acospi builtin
This implementation was ported from the AMD builtin library
and has been tested with piglit, OpenCV, and the ocl conformance tests.
llvm-svn: 233925
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 be96b9e141b..3187d4473ba 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -60,6 +60,7 @@ integer/sub_sat_if.ll integer/sub_sat_impl.ll integer/upsample.cl math/acos.cl +math/acospi.cl math/asin.cl math/atan.cl math/atan2.cl |