From 9b7e615887a0495faba1470d51fcfa0555deb09b Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Tue, 20 Aug 2019 14:02:01 +0200 Subject: SLightly improve the definition of strong sequencing --- doc/memory.9.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/memory.9.txt b/doc/memory.9.txt index 906472d6..11398088 100644 --- a/doc/memory.9.txt +++ b/doc/memory.9.txt @@ -72,7 +72,8 @@ sequenced before_ and _strongly sequenced after_ relations are similar to _sequenced before_ and _sequenced after_ respectively, except that they affect the implementation in addition to the abstract machine. Strong sequencing only affects compiler optimizations and reorderings -of loads and stores, and hardware fence instructions are not emitted. +of loads and stores; whether hardware fence instructions are emitted +or not isn't affected. Here is the list of strong sequence points : -- cgit v1.2.3