summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/geometric/normalize.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix implementation of normalize builtinTom Stellard2015-05-061-3/+0
| | | | | | | The new implementation was ported from the AMD builtin library and has been tested with piglit, OpenCV, and the ocl conformance tests. llvm-svn: 236608
* 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
* Initial commit.Peter Collingbourne2012-01-081-0/+3
llvm-svn: 147756
OpenPOWER on IntegriCloud