From 2cef31bfe451e34ac8074afddd88f686ea39d7dc Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Fri, 8 Mar 2024 12:46:12 +0100 Subject: [PATCH] [atomics.order] Make out-of-thin-air prevention Recommended Practice --- source/threads.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/source/threads.tex b/source/threads.tex index c628a8a0c7..6e4a69f31e 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -2600,6 +2600,7 @@ \end{note} \pnum +\recommended Implementations should ensure that no ``out-of-thin-air'' values are computed that circularly depend on their own computation.