rust/compiler
Matthias Krüger 3369e8364b
Rollup merge of #127075 - glaubitz:copy-and-paste-fix, r=SparrowLii
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-29 09:14:57 +02:00
..
2024-06-27 15:19:08 -04:00
2024-06-27 12:03:57 -04:00
2024-06-27 12:03:57 -04:00
2024-06-27 12:03:57 -04:00