summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/sincos_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* tan: Port from amd_builtinsJan Vesely2018-01-191-0/+3
| | | | | | | | | | | | v2: fixup constant precision Passes piglit on turks and carrizo. Passes CTS on carrizo Fixes half_tan to pass CTS on carrizo Acked-By: Aaron Watry <awatry@gmail.com> Tested-By: Aaron Watry <awatry@gmail.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 322979
* Implement cos for double typesTom Stellard2015-05-121-0/+10
| | | | | | | This implementation was ported from the AMD builtin library and has been tested with piglit, OpenCV, and the ocl conformance tests. llvm-svn: 237154
* Add __clc_ prefix to functions in sincos_helpers.clTom Stellard2015-03-231-3/+3
| | | | | | | This will help avoid naming conflicts with functions defined in kernels linking with libclc. llvm-svn: 232960
* Implement cos builtin for float typesTom Stellard2014-07-231-0/+25
The double version still uses @llvm.cos. llvm-svn: 213761
OpenPOWER on IntegriCloud