Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pow: Port from amd_builtins | Jan Vesely | 2018-01-17 | 1 | -6/+5 |
| | | | | | | | | | | | | Passes piglit on turks and carrizo fp64 passes CTS on carrizo v2: fix formatting check fp32 denormal support at runtime Reviewer: Jeroen Ketema <j.ketema@xs4all.nl> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 322760 | ||||
* | Add __CLC_ prefix to all macro definitions in headers | Tom Stellard | 2013-07-08 | 1 | -2/+2 |
| | | | | | | | | | | | 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 | ||||
* | Add pow builtin. | Peter Collingbourne | 2012-05-29 | 1 | -0/+6 |
llvm-svn: 157629 |