summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/i386/fp_mode.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert 1689ad27af5 "[builtins] Implement rounding mode support for ↵Yi Kong2019-11-271-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 Wennborg2019-11-191-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_64Yi Kong2019-11-181-0/+39
Differential Revision: https://reviews.llvm.org/D69870
OpenPOWER on IntegriCloud