rust/compiler/rustc_data_structures
John Paul Adrian Glaubitz ab1b48ef2a rustc_data_structures: Explicitly check for 64-bit atomics support
Instead of keeping a list of architectures which have native support
for 64-bit atomics, just use #[cfg(target_has_atomic = "64")] and its
inverted counterpart to determine whether we need to use portable
AtomicU64 on the target architecture.
2024-06-28 10:26:45 +02:00
..
src rustc_data_structures: Explicitly check for 64-bit atomics support 2024-06-28 10:26:45 +02:00
Cargo.toml rustc_data_structures: Explicitly check for 64-bit atomics support 2024-06-28 10:26:45 +02:00