[all-commits] [llvm/llvm-project] a19f0e: Revert 1689ad27af5 "[builtins] Implement rounding ...
Hans via All-commits
all-commits at lists.llvm.org
Tue Nov 19 00:41:26 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a19f0eec94e195cac676d0d473882b48f4fded90
https://github.com/llvm/llvm-project/commit/a19f0eec94e195cac676d0d473882b48f4fded90
Author: Hans Wennborg <hans at chromium.org>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
R compiler-rt/lib/builtins/i386/fp_mode.c
M compiler-rt/test/builtins/Unit/addtf3_test.c
M compiler-rt/test/builtins/Unit/subtf3_test.c
Log Message:
-----------
Revert 1689ad27af5 "[builtins] Implement rounding mode support for i386/x86_64"
It broke the build with MSVC:
fp_mode.c(20): error C2065: '__asm__': undeclared identifier
> Differential Revision: https://reviews.llvm.org/D69870
More information about the All-commits
mailing list