summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/math/binary_decl.inc
Commit message (Collapse)AuthorAgeFilesLines
* math/binary_decl.inc: Do not declare mixed float/double functionsJan Vesely2017-10-081-5/+1
| | | | | | | | fmin/fmax only need vector/scalar mix Reviewer: Jeroen Ketema Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 315188
* Add __CLC_ prefix to all macro definitions in headersTom Stellard2013-07-081-3/+3
| | | | | | | | | | | 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
* Implement fmax() and fmin() builtinsTom Stellard2013-06-261-0/+6
llvm-svn: 184987
OpenPOWER on IntegriCloud