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
d8ea0885
Commit
d8ea0885
authored
Oct 02, 2012
by
H.J. Lu
Committed by
H.J. Lu
Oct 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document -mprefer-avx128
PR target/54785 * doc/invoke.texi: Document -mprefer-avx128. From-SVN: r192007
parent
fa607dda
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/ChangeLog
+5
-0
gcc/doc/invoke.texi
+6
-1
No files found.
gcc/ChangeLog
View file @
d8ea0885
2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
PR target/54785
* doc/invoke.texi: Document -mprefer-avx128.
2012-10-02 Andrew Pinski <apinski@cavium.com>
2012-10-02 Andrew Pinski <apinski@cavium.com>
* simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>):
* simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>):
...
...
gcc/doc/invoke.texi
View file @
d8ea0885
...
@@ -630,7 +630,7 @@ Objective-C and Objective-C++ Dialects}.
...
@@ -630,7 +630,7 @@ Objective-C and Objective-C++ Dialects}.
-
mincoming
-
stack
-
boundary
=@
var
{
num
}
@
gol
-
mincoming
-
stack
-
boundary
=@
var
{
num
}
@
gol
-
mcld
-
mcx16
-
msahf
-
mmovbe
-
mcrc32
@
gol
-
mcld
-
mcx16
-
msahf
-
mmovbe
-
mcrc32
@
gol
-
mrecip
-
mrecip
=@
var
{
opt
}
@
gol
-
mrecip
-
mrecip
=@
var
{
opt
}
@
gol
-
mvzeroupper
@
gol
-
mvzeroupper
-
mprefer
-
avx128
@
gol
-
mmmx
-
msse
-
msse2
-
msse3
-
mssse3
-
msse4
.1
-
msse4
.2
-
msse4
-
mavx
@
gol
-
mmmx
-
msse
-
msse2
-
msse3
-
mssse3
-
msse4
.1
-
msse4
.2
-
msse4
-
mavx
@
gol
-
mavx2
-
maes
-
mpclmul
-
mfsgsbase
-
mrdrnd
-
mf16c
-
mfma
@
gol
-
mavx2
-
maes
-
mpclmul
-
mfsgsbase
-
mrdrnd
-
mf16c
-
mfma
@
gol
-
msse4a
-
m3dnow
-
mpopcnt
-
mabm
-
mbmi
-
mtbm
-
mfma4
-
mxop
-
mlzcnt
@
gol
-
msse4a
-
m3dnow
-
mpopcnt
-
mabm
-
mbmi
-
mtbm
-
mfma4
-
mxop
-
mlzcnt
@
gol
...
@@ -13926,6 +13926,11 @@ before a transfer of control flow out of the function to minimize
...
@@ -13926,6 +13926,11 @@ before a transfer of control flow out of the function to minimize
the
AVX
to
SSE
transition
penalty
as
well
as
remove
unnecessary
@
code
{
zeroupper
}
the
AVX
to
SSE
transition
penalty
as
well
as
remove
unnecessary
@
code
{
zeroupper
}
intrinsics
.
intrinsics
.
@
item
-
mprefer
-
avx128
@
opindex
mprefer
-
avx128
This
option
instructs
GCC
to
use
128
-
bit
AVX
instructions
instead
of
256
-
bit
AVX
instructions
in
the
auto
-
vectorizer
.
@
item
-
mcx16
@
item
-
mcx16
@
opindex
mcx16
@
opindex
mcx16
This
option
enables
GCC
to
generate
@
code
{
CMPXCHG16B
}
instructions
.
This
option
enables
GCC
to
generate
@
code
{
CMPXCHG16B
}
instructions
.
...
...
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