summaryrefslogtreecommitdiff
path: root/generic/include/clc/math/hypot.inc
AgeCommit message (Collapse)AuthorFilesLines
2013-06-26Add __CLC_ prefix to all macro definitions in headersTom Stellard1-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>
2012-05-29Add fma, hypot builtins.Peter Collingbourne1-0/+1
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@157613 91177308-0d34-0410-b5e6-96231b3b80d8