diff options
Diffstat (limited to 'doc/memory.9.txt')
-rw-r--r-- | doc/memory.9.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 : |