Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement fmax using __builtin_fmax | Tom Stellard | 2015-03-31 | 1 | -4/+1 |
| | | | | | | | | This ensures correct handling of NaNi. This has been tested with piglit, OpenCV, and the ocl conformance tests. llvm-svn: 233713 | ||||
* | Add __CLC_ prefix to all macro definitions in headers | Tom Stellard | 2013-07-08 | 1 | -4/+4 |
| | | | | | | | | | | | 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() builtins | Tom Stellard | 2013-06-26 | 1 | -0/+11 |
llvm-svn: 184987 |