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
a7b145f3
Commit
a7b145f3
authored
Jan 25, 2018
by
David Edelsohn
Committed by
David Edelsohn
Jan 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (PowerPC Options): Document 'native' cpu type.
From-SVN: r257063
parent
96f7c2a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+7
-1
No files found.
gcc/ChangeLog
View file @
a7b145f3
2018-01-25 David Edelsohn <dje.gcc@gmail.com>
* doc/invoke.texi (PowerPC Options): Document 'native' cpu type.
2018-01-25 Jan Hubicka <hubicka@ucw.cz>
PR middle-end/83055
...
...
gcc/doc/invoke.texi
View file @
a7b145f3
...
...
@@ -22333,7 +22333,7 @@ Supported values for @var{cpu_type} are @samp{401}, @samp{403},
@
samp
{
titan
},
@
samp
{
power3
},
@
samp
{
power4
},
@
samp
{
power5
},
@
samp
{
power5
+},
@
samp
{
power6
},
@
samp
{
power6x
},
@
samp
{
power7
},
@
samp
{
power8
},
@
samp
{
power9
},
@
samp
{
powerpc
},
@
samp
{
powerpc64
},
@
samp
{
powerpc64le
},
and
@
samp
{
rs64
}.
@
samp
{
rs64
},
and
@
samp
{
native
}.
@
option
{-
mcpu
=
powerpc
},
@
option
{-
mcpu
=
powerpc64
},
and
@
option
{-
mcpu
=
powerpc64le
}
specify
pure
32
-
bit
PowerPC
(
either
...
...
@@ -22341,6 +22341,12 @@ endian), 64-bit big endian PowerPC and 64-bit little endian PowerPC
architecture
machine
types
,
with
an
appropriate
,
generic
processor
model
assumed
for
scheduling
purposes
.
Specifying
@
samp
{
native
}
as
cpu
type
detects
and
selects
the
architecture
option
that
corresponds
to
the
host
processor
of
the
system
performing
the
compilation
.
@
option
{-
march
=
native
}
has
no
effect
if
GCC
does
not
recognize
the
processor
.
The
other
options
specify
a
specific
processor
.
Code
generated
under
those
options
runs
best
on
that
processor
,
and
may
not
run
at
all
on
others
.
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