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
6f670fde
Commit
6f670fde
authored
Apr 12, 1999
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document -mcpu=k6.
From-SVN: r26377
parent
007aaed0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
gcc/invoke.texi
+14
-10
No files found.
gcc/invoke.texi
View file @
6f670fde
...
...
@@ -5019,25 +5019,29 @@ These @samp{-m} options are defined for the i386 family of computers:
@table
@code
@item
-
mcpu
=
@var{
cpu
type
}
Assume
the
defaults
for
the
machine
type
@var{
cpu
type
}
when
scheduling
instructions
.
The
choices
for
@var{
cpu
type
}
are
:
@samp{
i386
}
,
@samp{
i486
}
,
@samp{
i586
}
(
@samp{
pentium
}
),
@samp{
pentium
}
,
@samp{
i686
}
(
@samp{
pentiumpro
}
)
and
@samp{
pentiumpro
}
.
While
picking
a
specific
@var{
cpu
type
}
will
schedule
things
appropriately
for
that
particular
chip
,
the
compiler
will
not
generate
any
code
that
does
not
run
on
the
i386
without
the
@samp{
-
march
=
@var{
cpu
type
}}
option
being
used
.
instructions
.
The
choices
for
@var{
cpu
type
}
are
:
@multitable
@columnfractions
.
20
.
20
.
20
.
20
@item
@samp{
i386
}
@tab
@samp{
i486
}
@tab
@samp{
i586
}
@tab
@samp{
i686
}
@item
@samp{
pentium
}
@tab
@samp{
pentiumpro
}
@tab
@samp{
k6
}
@end
multitable
While
picking
a
specific
@var{
cpu
type
}
will
schedule
things
appropriately
for
that
particular
chip
,
the
compiler
will
not
generate
any
code
that
does
not
run
on
the
i386
without
the
@samp{
-
march
=
@var{
cpu
type
}}
option
being
used
.
@item
-
march
=
@var{
cpu
type
}
Generate
instructions
for
the
machine
type
@var{
cpu
type
}
.
The
choices
for
@var{
cpu
type
}
are
:
@samp
{
i386
},
@samp
{
i486
},
@samp
{
pentium
},
and
@samp
{
pentiumpro
}.
Specifying
@samp
{
-
march
=
@var
{
cpu
type
}}
implies
@samp
{
-
mcpu
=
@var
{
cpu
type
}}.
for
@var{
cpu
type
}
are
the
same
as
for
@samp{
-
mcpu
}
.
Moreover
,
specifying
@samp{
-
march
=
@var{
cpu
type
}}
implies
@samp{
-
mcpu
=
@var{
cpu
type
}}
.
@item
-
m386
@itemx
-
m486
@itemx
-
mpentium
@itemx
-
mpentiumpro
Synonyms
for
-
mcpu
=
i386
,
-
mcpu
=
i486
,
-
mcpu
=
pentium
,
and
-
mcpu
=
pentiumpro
respectively
.
respectively
.
These
synonyms
are
depricated
.
@item
-
mieee
-
fp
@itemx
-
mno
-
ieee
-
fp
...
...
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