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 67db942 commit 969bea1Copy full SHA for 969bea1
source/basic.tex
@@ -5503,10 +5503,8 @@
5503
\begin{itemize}
5504
\item
5505
\placeholder{A} performs a release operation on an atomic object \placeholder{M}, and, in
5506
-another thread, \placeholder{B} performs a consume operation on \placeholder{M} and reads a
5507
-value written by any
5508
-\indextext{side effects}%
5509
-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
5510
5511
5512
for some evaluation \placeholder{X}, \placeholder{A} is dependency-ordered before \placeholder{X} and
0 commit comments