Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert 1689ad27af5 "[builtins] Implement rounding mode support for ↵ | Yi Kong | 2019-11-27 | 1 | -0/+39 |
| | | | | | | | | | i386/x86_64"" Don't build specilised fp_mode.c on MSVC since it does not support inline ASM on x86_64. This reverts commit a19f0eec94e195cac676d0d473882b48f4fded90. | ||||
* | Revert 1689ad27af5 "[builtins] Implement rounding mode support for i386/x86_64" | Hans Wennborg | 2019-11-19 | 1 | -39/+0 |
| | | | | | | | | It broke the build with MSVC: fp_mode.c(20): error C2065: '__asm__': undeclared identifier > Differential Revision: https://reviews.llvm.org/D69870 | ||||
* | [builtins] Implement rounding mode support for i386/x86_64 | Yi Kong | 2019-11-18 | 1 | -0/+39 |
Differential Revision: https://reviews.llvm.org/D69870 |