Skip to content

Commit

Permalink
Rephrase sentence about future memory orderings (WebAssembly#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
binji authored Jun 26, 2017
1 parent 4dc76dc commit c92b43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/threads/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ read-modify-write, and compare-exchange. All atomic memory accesses require a
shared linear memory. Attempting to use atomic access operators on non-shared
linear memory is a validation error.

Currently all atomic memory accesses are [sequentially consistent][]. This
restriction may be relaxed in the future.
Currently all atomic memory access instructions are [sequentially consistent][].
Instructions with other memory orderings may be provided in the future.

### Load/Store

Expand Down

0 comments on commit c92b43a

Please sign in to comment.