Commit 9690a821 by Richard Henderson Committed by Richard Henderson

i386.c (override_options): Revert last change wrt fancy 387 math.

        * config/i386/i386.c (override_options): Revert last change
        wrt fancy 387 math.

From-SVN: r92547
parent e26b63b2
2004-12-23 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (override_options): Revert last change
wrt fancy 387 math.
2004-12-23 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (one_cmpl<mode>2, and<mode>3, andnot<mode>3,
ior<mode>3, iornot<mode>3, xor<mode>3, xornot<mode>3): New macroized
vector operate patterns.
......
......@@ -1469,8 +1469,7 @@ override_options (void)
/* If the architecture always has an FPU, turn off NO_FANCY_MATH_387,
since the insns won't need emulation. */
if (!(target_flags_explicit & MASK_NO_FANCY_MATH_387)
&& (x86_arch_always_fancy_math_387 & (1 << ix86_arch)))
if (x86_arch_always_fancy_math_387 & (1 << ix86_arch))
target_flags &= ~MASK_NO_FANCY_MATH_387;
/* Likewise, if the target doesn't have a 387, or we've specified
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment