summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/math/sin.h
Commit message (Collapse)AuthorAgeFilesLines
* sin: Use unary_decl instead of custom inc fileJan Vesely2017-11-021-1/+5
| | | | | | Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-By: Aaron Watry <awatry@gmail.com> llvm-svn: 317254
* Implement sin builtin for float typesTom Stellard2014-07-231-6/+3
| | | | | | This double version still uses @llvm.sin. llvm-svn: 213762
* Add __CLC_ prefix to all macro definitions in headersTom Stellard2013-07-081-2/+2
| | | | | | | | | | | libclc was defining and undefing GENTYPE and several other macros with common names in its header files. This was preventing applications from defining macros with identical names as command line arguments to the compiler, because the definitions in the header files were masking the macros defined as compiler arguements. Reviewed-by: Aaron Watry <awatry@gmail.com> llvm-svn: 185838
* Initial commit.Peter Collingbourne2012-01-081-0/+6
llvm-svn: 147756
OpenPOWER on IntegriCloud