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

Enable win64_128bit_abi_hack for x86_64-unknown-uefi #475

Merged
merged 1 commit into from
Jul 28, 2022

Commits on Jul 28, 2022

  1. Enable win64_128bit_abi_hack for x86_64-unknown-uefi

    The `x86_64-unknown-uefi` target is Windows-like [1], and requires the
    same altered ABI for some 128-bit integer intrinsics.
    
    See also rust-lang/rust#86494.
    
    [1]: https://github.com/rust-lang/rust/blob/master/compiler/rustc_target/src/spec/x86_64_unknown_uefi.rs
    nicholasbishop committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    e9f895d View commit details
    Browse the repository at this point in the history