summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/math/hypot.h
Commit message (Collapse)AuthorAgeFilesLines
* hypot: Use binary_decl_tt.inc instead of custom inc fileJan Vesely2019-03-131-1/+6
| | | | | | Reviewer: Aaron Watry Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 356022
* Add __CLC_ prefix to all macro definitions in headersTom Stellard2013-07-081-1/+1
| | | | | | | | | | | 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
* Add fma, hypot builtins.Peter Collingbourne2012-05-291-0/+2
llvm-svn: 157613
OpenPOWER on IntegriCloud