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 6eb24d6 commit 8413980Copy full SHA for 8413980
src/atomics.md
@@ -96,8 +96,8 @@ However there's a third potential state that the hardware enables:
96
* `y = 2`: (thread 2 saw `x = 1`, but not `y = 3`, and then overwrote `y = 3`)
97
98
It's worth noting that different kinds of CPU provide different guarantees. It
99
-is common to separate hardware into two categories: strongly-ordered and weakly-
100
-ordered. Most notably x86/64 provides strong ordering guarantees, while ARM
+is common to separate hardware into two categories: strongly-ordered and weakly-ordered.
+Most notably x86/64 provides strong ordering guarantees, while ARM
101
provides weak ordering guarantees. This has two consequences for concurrent
102
programming:
103
0 commit comments