diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-05-12 17:18:46 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-05-12 17:18:46 +0000 |
| commit | 2e6ff0c66e180998425776a27579559dc099732f (patch) | |
| tree | 02b1ab16eee29894b53f07c6d657c8938446d684 /libclc/generic/lib/math/tables.h | |
| parent | e0de8f4efbbf821644093e95e3a3a04e4d8e09fa (diff) | |
| download | bcm5719-llvm-2e6ff0c66e180998425776a27579559dc099732f.tar.gz bcm5719-llvm-2e6ff0c66e180998425776a27579559dc099732f.zip | |
Implement cos for double types
This implementation was ported from the AMD builtin library
and has been tested with piglit, OpenCV, and the ocl conformance tests.
llvm-svn: 237154
Diffstat (limited to 'libclc/generic/lib/math/tables.h')
| -rw-r--r-- | libclc/generic/lib/math/tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/generic/lib/math/tables.h b/libclc/generic/lib/math/tables.h index 1e829016417..d09adf15567 100644 --- a/libclc/generic/lib/math/tables.h +++ b/libclc/generic/lib/math/tables.h @@ -40,6 +40,7 @@ TABLE_FUNCTION_DECL(float2, loge_tbl); TABLE_FUNCTION_DECL(float, log_inv_tbl); +TABLE_FUNCTION_DECL(uint4, pibits_tbl); #ifdef cl_khr_fp64 |

