OSDN Git Service

* config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Mar 2003 18:33:34 +0000 (18:33 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Mar 2003 18:33:34 +0000 (18:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65094 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.h

index 8a84e12..3035613 100644 (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.
index 8677875..d8c87d4 100644 (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