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 712b6ce commit 3723f23Copy full SHA for 3723f23
source/atomics.tex
@@ -921,7 +921,6 @@
921
machines, e.g., load-locked store-conditional machines. A
922
consequence of spurious failure is that nearly all uses of weak compare-and-exchange
923
will be in a loop.
924
-
925
When a compare-and-exchange is in a loop, the weak version will yield better performance
926
on some platforms. When a weak compare-and-exchange would require a loop and a strong one
927
would not, the strong one is preferable.
0 commit comments