mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 17:45:48 +08:00
* config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
From-SVN: r65094
This commit is contained in:
parent
eb98bd16ce
commit
5ccd517abe
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user