Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc_data_structures: Explicitly check for 64-bit atomics support #127075

Merged
merged 1 commit into from
Jun 29, 2024

Commits on Jun 28, 2024

  1. 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.
    glaubitz committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ab1b48e View commit details
    Browse the repository at this point in the history