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
2c36d070
Commit
2c36d070
authored
Sep 08, 2001
by
Andreas Jaeger
Committed by
Andreas Jaeger
Sep 08, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.h (TARGET_SWITCHES): Fix spelling of option.
From-SVN: r45487
parent
d5d8d540
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.h
+1
-1
No files found.
gcc/ChangeLog
View file @
2c36d070
2001
-
09
-
08
Andreas
Jaeger
<
aj
@suse
.
de
>
*
i386
.
h
(
TARGET_SWITCHES
)
:
Fix
description
.
2001
-
09
-
07
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
rs6000
.
c
(
num_insns_constant
)
:
Compute
number
of
instructions
...
...
gcc/config/i386/i386.h
View file @
2c36d070
...
...
@@ -345,7 +345,7 @@ extern const int x86_epilogue_using_move;
N_("Do not support MMX, SSE and SSE2 builtins and code generation") }, \
{ "mix-sse-i387", MASK_MIX_SSE_I387, \
N_("Use both SSE and i387 instruction sets for floating point arithmetics") },\
{ "nomix-sse-i387", -MASK_MIX_SSE_I387, \
{ "no
-
mix-sse-i387", -MASK_MIX_SSE_I387, \
N_("Do not use both SSE and i387 instruction sets for floating point arithmetics") },\
{ "128bit-long-double", MASK_128BIT_LONG_DOUBLE, \
N_("sizeof(long double) is 16.") }, \
...
...
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