Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libclc: Move max builtin to shared/ | Tom Stellard | 2013-06-26 | 1 | -3/+0 |
| | | | | | | | | Max(x,y) is available for all integer/floating types. Patch by: Aaron Watry llvm-svn: 184995 | ||||
* | libclc: Add max() builtin function | Tom Stellard | 2013-06-26 | 1 | -0/+3 |
Adds this function for both int and floating data types. Patch by: Aaron Watry llvm-svn: 184992 |