diff options
Diffstat (limited to 'docs/devel/atomics.txt')
-rw-r--r-- | docs/devel/atomics.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/atomics.txt b/docs/devel/atomics.txt index a4db3a4..67bdf82 100644 --- a/docs/devel/atomics.txt +++ b/docs/devel/atomics.txt @@ -87,7 +87,7 @@ Sequentially consistent loads and stores can be done using: atomic_xchg(ptr, val) for stores However, they are quite expensive on some platforms, notably POWER and -ARM. Therefore, qemu/atomic.h provides two primitives with slightly +Arm. Therefore, qemu/atomic.h provides two primitives with slightly weaker constraints: typeof(*ptr) atomic_mb_read(ptr) |