summaryrefslogtreecommitdiff
path: root/generic/lib/geometric/length.cl
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>
2013-02-11Use brackets around include files in length.cl and normalize.clTom Stellard1-1/+1
These functions were not being compiled
2012-05-29Enable cl_khr_fp64 when building the library, and fix several bugsPeter Collingbourne1-0/+4
uncovered when doing so. git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@157617 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-08Initial commit.Peter Collingbourne1-0/+4
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@147756 91177308-0d34-0410-b5e6-96231b3b80d8