Skip to content

Enable f16 tests on platforms that were missing conversion symbols#129385

Merged
bors merged 1 commit intorust-lang:masterfrom
tgross35:more-platforms-enable-f16
Sep 28, 2024
Merged

Enable f16 tests on platforms that were missing conversion symbols#129385
bors merged 1 commit intorust-lang:masterfrom
tgross35:more-platforms-enable-f16

Conversation

@tgross35
Copy link
Contributor

@tgross35 tgross35 commented Aug 22, 2024

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 #125016, 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.

try-job: arm-android
try-job: test-various
try-job: x86_64-fuchsia

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants