Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PowerPC] [NFC] Update __float128 tests | Stefan Pintilie | 2018-07-12 | 1 | -7/+8 |
| | | | | | | | Add the two options -ppc-vsr-nums-as-vr and -ppc-asm-full-reg-names to the __float128 tests. Then modify the tests as required. llvm-svn: 336940 | ||||
* | [Power9] Add __float128 builtins for Rounding Operations | Stefan Pintilie | 2018-07-09 | 1 | -0/+76 |
Added __float128 support for a number of rounding operations: trunc rint nearbyint round floor ceil Differential Revision: https://reviews.llvm.org/D48415 llvm-svn: 336601 |