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/include/clc/clc.h | |
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/include/clc/clc.h')
-rw-r--r-- | libclc/generic/include/clc/clc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/generic/include/clc/clc.h b/libclc/generic/include/clc/clc.h index 21231a4d3d1..d0f4a267fce 100644 --- a/libclc/generic/include/clc/clc.h +++ b/libclc/generic/include/clc/clc.h @@ -33,6 +33,7 @@ /* 6.11.2 Math Functions */ #include <clc/math/acos.h> +#include <clc/math/acospi.h> #include <clc/math/asin.h> #include <clc/math/atan.h> #include <clc/math/atan2.h> |