Commit 5ccd517a by Michael Matz

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

From-SVN: r65094
parent eb98bd16
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 PR target/10177
* config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New. * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
......
...@@ -704,7 +704,7 @@ extern int x86_prefetch_sse; ...@@ -704,7 +704,7 @@ extern int x86_prefetch_sse;
the rounding precision is indeterminate, since either may be chosen the rounding precision is indeterminate, since either may be chosen
apparently at random. */ apparently at random. */
#define TARGET_FLT_EVAL_METHOD \ #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 SHORT_TYPE_SIZE 16
#define INT_TYPE_SIZE 32 #define INT_TYPE_SIZE 32
......
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