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 6e578b6 commit fb5cc1eCopy full SHA for fb5cc1e
source/basic.tex
@@ -5562,10 +5562,8 @@
5562
\begin{itemize}
5563
\item
5564
\placeholder{A} performs a release operation on an atomic object \placeholder{M}, and, in
5565
-another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads a
5566
-value written by any
5567
-\indextext{side effects}%
5568
-side effect in the release sequence headed by \placeholder{A}, or
+another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads
+the value written by \placeholder{A}, or
5569
5570
5571
for some evaluation \placeholder{X}, \placeholder{A} is dependency-ordered before \placeholder{X} and
0 commit comments