Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
5ccd517a
Commit
5ccd517a
authored
Mar 31, 2003
by
Michael Matz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
From-SVN: r65094
parent
eb98bd16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-1
gcc/config/i386/i386.h
+1
-1
No files found.
gcc/ChangeLog
View file @
5ccd517a
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.
...
...
gcc/config/i386/i386.h
View file @
5ccd517a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment