Skip to content

Commit f48f316

Browse files
authored
[atomics.order] Use "recommended practice" (#6380)
1 parent 60f7bb7 commit f48f316

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/threads.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,8 +2646,10 @@
26462646
the read-modify-write operation.
26472647

26482648
\pnum
2649-
Implementations should make atomic stores visible to atomic loads within a reasonable
2650-
amount of time.
2649+
\recommended
2650+
The implementation should make atomic stores visible to atomic loads,
2651+
and atomic loads should observe atomic stores,
2652+
within a reasonable amount of time.
26512653

26522654
\indexlibraryglobal{kill_dependency}%
26532655
\begin{itemdecl}

0 commit comments

Comments
 (0)