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
03e00d30
Commit
03e00d30
authored
Nov 16, 2004
by
Steven Bosscher
Committed by
Steven Bosscher
Nov 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.c (x86_schedule): Fix typo, m_K6 intead of m_K8.
From-SVN: r90722
parent
ff7237d6
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.c
+1
-1
No files found.
gcc/ChangeLog
View file @
03e00d30
2004
-
11
-
16
Steven
Bosscher
<
stevenb
@
suse
.
de
>
*
config
/
i386
/
i386
.
c
(
x86_schedule
):
Fix
typo
,
m_K6
intead
of
m_K8
.
2004
-
11
-
15
Dale
Johannesen
<
dalej
@
apple
.
com
>
*
tree
-
flow
.
h
(
add_referenced_temp_var
):
Remove
name
from
prototype
.
...
...
gcc/config/i386/i386.c
View file @
03e00d30
...
...
@@ -578,7 +578,7 @@ const int x86_ext_80387_constants = m_K6 | m_ATHLON | m_PENT4 | m_NOCONA | m_PPR
/* Some CPU cores are not able to predict more than 4 branch instructions in
the 16 byte window. */
const
int
x86_four_jump_limit
=
m_PPRO
|
m_ATHLON_K8
|
m_PENT4
|
m_NOCONA
;
const
int
x86_schedule
=
m_PPRO
|
m_ATHLON_K8
|
m_K
8
|
m_PENT
;
const
int
x86_schedule
=
m_PPRO
|
m_ATHLON_K8
|
m_K
6
|
m_PENT
;
/* In case the average insn count for single function invocation is
lower than this constant, emit fast (but longer) prologue and
...
...
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