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/include/clc/clc.h | |
| 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/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 9f1f75a4bd5..cab751d9b2f 100644 --- a/libclc/generic/include/clc/clc.h +++ b/libclc/generic/include/clc/clc.h @@ -40,6 +40,7 @@ #include <clc/math/asinpi.h> #include <clc/math/atan.h> #include <clc/math/atan2.h> +#include <clc/math/atan2pi.h> #include <clc/math/atanh.h> #include <clc/math/atanpi.h> #include <clc/math/copysign.h> |

