| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Checks if the current GENTYPE is scalar, and if not, then defines a separate
implementation of the function which casts the second arg to vector before
proceeding.
Patch by: Aaron Watry
llvm-svn: 185002
|
|
|
|
|
|
|
|
| |
Max(x,y) is available for all integer/floating types.
Patch by: Aaron Watry
llvm-svn: 184995
|
|
|
|
|
|
|
|
| |
Adds this function for both int and floating data types.
Patch by: Aaron Watry
llvm-svn: 184992
|
|
|
|
| |
llvm-svn: 184988
|
|
|
|
| |
llvm-svn: 184987
|
|
|
|
| |
llvm-svn: 165385
|
|
|
|
| |
llvm-svn: 162274
|
|
|
|
| |
llvm-svn: 162273
|
|
|
|
| |
llvm-svn: 157629
|
|
|
|
| |
llvm-svn: 157613
|
|
|
|
| |
llvm-svn: 157599
|
|
|
|
|
|
| |
native_log2. Patch by Joshua Cranmer!
llvm-svn: 157598
|
|
|
|
| |
llvm-svn: 157595
|
|
llvm-svn: 147756
|