Commit 81ea3024 by Ricardo Catalinas Jiménez Committed by Gerald Pfeifer

* doc/extend.texi (__atomic Builtins): Remove space before comma.

From-SVN: r190671
parent ca97b221
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>
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment