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 platforms that were missing conversion symbols #129385

Merged
merged 1 commit into from
Sep 28, 2024

Commits on Sep 27, 2024

  1. Enable f16 on platforms that were missing conversion symbols

    The only requirement for `f16` support, aside from LLVM not crashing and
    no ABI issues, is that symbols to convert to and from `f32` are
    available. Since the update to compiler-builtins in [1], we now provide
    these on all platforms.
    
    This also enables `f16` math since there are no further requirements.
    
    Still excluded are platforms for which LLVM emits infinitely-recursing
    code.
    
    [1]: rust-lang#125016
    tgross35 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    404c5d2 View commit details
    Browse the repository at this point in the history