Skip to content

Commit

Permalink
[atomics.order] Use "recommended practice" (#6380)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave authored Nov 10, 2023
1 parent 60f7bb7 commit f48f316
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2646,8 +2646,10 @@
the read-modify-write operation.

\pnum
Implementations should make atomic stores visible to atomic loads within a reasonable
amount of time.
\recommended
The implementation should make atomic stores visible to atomic loads,
and atomic loads should observe atomic stores,
within a reasonable amount of time.

\indexlibraryglobal{kill_dependency}%
\begin{itemdecl}
Expand Down

0 comments on commit f48f316

Please sign in to comment.