Portable atomic types including support for 128-bit atomics, atomic float, etc.
# Cargo.toml
[dependencies]
portable-atomic = "1.13.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and loads a 128-bit atomic integer.
Enable the `unsafe-assume-single-core` feature if running on a single-core system for better performance.
No dependency data recorded yet.