Skip to content

Commit

Permalink
Remove illegal space.
Browse files Browse the repository at this point in the history
Sorry, I'm the useless-details sheriff.
  • Loading branch information
thethomasboyer authored and Gankra committed Apr 27, 2020
1 parent 6eb24d6 commit 8413980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/atomics.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ However there's a third potential state that the hardware enables:
* `y = 2`: (thread 2 saw `x = 1`, but not `y = 3`, and then overwrote `y = 3`)

It's worth noting that different kinds of CPU provide different guarantees. It
is common to separate hardware into two categories: strongly-ordered and weakly-
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
provides weak ordering guarantees. This has two consequences for concurrent
programming:

Expand Down

0 comments on commit 8413980

Please sign in to comment.