* config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.

From-SVN: r65094
This commit is contained in:
Michael Matz 2003-03-31 18:33:34 +00:00
parent eb98bd16ce
commit 5ccd517abe
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
2002-03-31 Segher Boessenkool <segher@koffie.nl>
2003-03-31 Michael Matz <matz@suse.de>
* config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
2003-03-31 Segher Boessenkool <segher@koffie.nl>
PR target/10177
* config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.

View File

@ -704,7 +704,7 @@ extern int x86_prefetch_sse;
the rounding precision is indeterminate, since either may be chosen
apparently at random. */
#define TARGET_FLT_EVAL_METHOD \
(TARGET_MIX_SSE_I387 ? -1 : TARGET_SSE_MATH ? 1 : 2)
(TARGET_MIX_SSE_I387 ? -1 : TARGET_SSE_MATH ? 0 : 2)
#define SHORT_TYPE_SIZE 16
#define INT_TYPE_SIZE 32