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
81ea3024
Commit
81ea3024
authored
Aug 25, 2012
by
Ricardo Catalinas Jiménez
Committed by
Gerald Pfeifer
Aug 25, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi (__atomic Builtins): Remove space before comma.
From-SVN: r190671
parent
ca97b221
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
81ea3024
2012-08-26 Ricardo Catalinas Jiménez <jimenezrick@gmail.com>
* doc/extend.texi (__atomic Builtins): Remove space before comma.
2012-08-25 Richard Sandiford <rdsandiford@googlemail.com>
2012-08-25 Richard Sandiford <rdsandiford@googlemail.com>
Andrew Pinski <apinski@cavium.com>
Andrew Pinski <apinski@cavium.com>
...
...
gcc/doc/extend.texi
View file @
81ea3024
...
@@ -7175,7 +7175,7 @@ Full barrier in both directions and synchronizes with acquire loads and
...
@@ -7175,7 +7175,7 @@ Full barrier in both directions and synchronizes with acquire loads and
release
stores
in
all
threads
.
release
stores
in
all
threads
.
@
end
table
@
end
table
When
implementing
patterns
for
these
built
-
in
functions
,
the
memory
model
When
implementing
patterns
for
these
built
-
in
functions
,
the
memory
model
parameter
can
be
ignored
as
long
as
the
pattern
implements
the
most
parameter
can
be
ignored
as
long
as
the
pattern
implements
the
most
restrictive
@
code
{
__ATOMIC_SEQ_CST
}
model
.
Any
of
the
other
memory
models
restrictive
@
code
{
__ATOMIC_SEQ_CST
}
model
.
Any
of
the
other
memory
models
will
execute
correctly
with
this
memory
model
but
they
may
not
execute
as
will
execute
correctly
with
this
memory
model
but
they
may
not
execute
as
...
...
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