Skip to content

Commit 3723f23

Browse files
jensmaurertkoeppe
authored andcommitted
[atomics.types.operations] Remove spurious paragraph break. (#1834)
1 parent 712b6ce commit 3723f23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/atomics.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,6 @@
921921
machines, e.g., load-locked store-conditional machines. A
922922
consequence of spurious failure is that nearly all uses of weak compare-and-exchange
923923
will be in a loop.
924-
925924
When a compare-and-exchange is in a loop, the weak version will yield better performance
926925
on some platforms. When a weak compare-and-exchange would require a loop and a strong one
927926
would not, the strong one is preferable.

0 commit comments

Comments
 (0)