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 f16 tests on x86 Apple platforms #130961

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Commits on Sep 28, 2024

  1. Enable f16 tests on x86 Apple platforms

    These were disabled because Apple uses a special ABI for `f16`.
    `compiler-builtins` merged a fix for this in [1], which has since
    propagated to rust-lang/rust. Enable tests since there should be no
    remaining issues on these platforms.
    
    [1]: rust-lang/compiler-builtins#675
    tgross35 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    2511cc1 View commit details
    Browse the repository at this point in the history