diff options
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index e214c5f..14437d5 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1614,7 +1614,7 @@ that determines which other atomic instructions on the same address they <i>synchronize with</i>. These semantics are borrowed from Java and C++0x, but are somewhat more colloquial. If these descriptions aren't precise enough, check those specs (see spec references in the -<a href="Atomic.html#introduction">atomics guide</a>). +<a href="Atomics.html#introduction">atomics guide</a>). <a href="#i_fence"><code>fence</code></a> instructions treat these orderings somewhat differently since they don't take an address. See that instruction's documentation for details.</p> |