From 235136a2b28ad5d97652a7e297c8456b2fd38f8b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 26 Mar 2023 22:47:20 +0900 Subject: [PATCH] docs: Update DEVELOPMENT.md --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index fa6b20d9..e5862e13 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -18,6 +18,7 @@ portable-atomic/ │ ├── imp/ │ │ ├── atomic128/ -- 128-bit atomic implementations (mainly by asm) │ │ │ └── detect/ -- Run-time feature detection implementations used for outline-atomics +│ │ ├── arm_linux.rs -- 64-bit atomic implementation for pre-v6 ARM Linux/Android │ │ ├── core_atomic.rs -- wrapper for core::sync::atomic types │ │ ├── fallback/ -- fallback implementation based on global locks │ │ ├── float.rs -- atomic float implementation based on atomic integer