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
..
2023-12-10 10:56:22 +08:00
2024-05-08 12:52:31 +10:00
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00
2024-05-30 09:51:27 +08:00
2024-06-16 12:56:50 +00:00
2024-01-17 17:09:55 -05:00
2024-02-09 19:13:07 +03:00
2024-06-25 17:22:22 +02:00
2024-05-09 08:13:24 +10:00
2024-05-30 09:51:27 +08:00
2024-05-30 09:51:27 +08:00
2024-05-02 03:49:46 +02:00