Files
rust/compiler
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
..
2024-06-25 17:22:22 +02:00
2024-06-25 17:22:22 +02:00
2024-06-21 19:00:18 -04:00
2024-06-25 17:36:52 -04:00