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
a4fe64ee
Commit
a4fe64ee
authored
Jun 08, 2017
by
Alexander Monakov
Committed by
Alexander Monakov
Jun 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update x86 -mcx16 option description
* doc/invoke.texi (mcx16): Rewrite. From-SVN: r248995
parent
aa549311
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+6
-7
No files found.
gcc/ChangeLog
View file @
a4fe64ee
2017-06-07 Alexander Monakov <amonakov@ispras.ru>
* doc/invoke.texi (mcx16): Rewrite.
2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
* config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
...
...
gcc/doc/invoke.texi
View file @
a4fe64ee
...
@@ -25262,13 +25262,12 @@ This option instructs GCC to use 128-bit AVX instructions instead of
...
@@ -25262,13 +25262,12 @@ This option instructs GCC to use 128-bit AVX instructions instead of
@
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
in
64
-
bit
@
code
{
CMPXCHG16B
}
allows
for
atomic
operations
on
128
-
bit
double
quadword
code
to
implement
compare
-
and
-
exchange
operations
on
16
-
byte
aligned
128
-
bit
(
or
oword
)
data
types
.
objects
.
This
is
useful
for
atomic
updates
of
data
structures
exceeding
one
This
is
useful
for
high
-
resolution
counters
that
can
be
updated
machine
word
in
size
.
The
compiler
uses
this
instruction
to
implement
by
multiple
processors
(
or
cores
).
This
instruction
is
generated
as
part
of
@
ref
{
__sync
Builtins
}.
However
,
for
@
ref
{
__atomic
Builtins
}
operating
on
atomic
built
-
in
functions
:
see
@
ref
{
__sync
Builtins
}
or
128
-
bit
integers
,
a
library
call
is
always
used
.
@
ref
{
__atomic
Builtins
}
for
details
.
@
item
-
msahf
@
item
-
msahf
@
opindex
msahf
@
opindex
msahf
...
...
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