We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721d01c commit 34cd2bcCopy full SHA for 34cd2bc
source/basic.tex
@@ -6747,9 +6747,12 @@
6747
every subsequent operation is an atomic read-modify-write operation.
6748
6749
\pnum
6750
-Certain library calls \defn{synchronize with} other library calls performed by
6751
-another thread. For example, an atomic store-release synchronizes with a
+Certain evaluations \defn{synchronize with} other evaluations performed by
+another thread.
6752
+\begin{example}
6753
+An atomic store-release synchronizes with a
6754
load-acquire that takes its value from the store\iref{atomics.order}.
6755
+\end{example}
6756
\begin{note}
6757
Except in the specified cases, reading a later value does not
6758
necessarily ensure visibility as described below. Such a requirement would
0 commit comments