Skip to content

Commit

Permalink
docs: Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 26, 2023
1 parent 9d668e0 commit 235136a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 235136a

Please sign in to comment.