Don't override X87_ENABLE_ARITH. Since we default to long double

rounding, the default value is correct for us.
This commit is contained in:
joerg 2017-12-02 23:05:52 +00:00
parent 3281275922
commit 92677a93f8
2 changed files with 0 additions and 8 deletions

View File

@ -112,10 +112,6 @@ along with GCC; see the file COPYING3. If not see
#define IX86_MAYBE_NO_LIBGCC_TFMODE
#undef X87_ENABLE_ARITH
#define X87_ENABLE_ARITH(MODE) \
(flag_excess_precision == EXCESS_PRECISION_FAST || (MODE) == DFmode)
/* Preserve i386 psABI */
#undef PREFERRED_STACK_BOUNDARY_DEFAULT
#define PREFERRED_STACK_BOUNDARY_DEFAULT MIN_STACK_BOUNDARY

View File

@ -112,10 +112,6 @@ along with GCC; see the file COPYING3. If not see
#define IX86_MAYBE_NO_LIBGCC_TFMODE
#undef X87_ENABLE_ARITH
#define X87_ENABLE_ARITH(MODE) \
(flag_excess_precision == EXCESS_PRECISION_FAST || (MODE) == DFmode)
/* Preserve i386 psABI */
#undef PREFERRED_STACK_BOUNDARY_DEFAULT
#define PREFERRED_STACK_BOUNDARY_DEFAULT MIN_STACK_BOUNDARY