Skip to content

compiler-rt: improve _Float16 and __bf16 guards #2384

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

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

brooksdavis
Copy link
Member

Tighten the bounds on enabling _Float16 and __bf16 to not include development 15.0.0 and development versions there of (including the release/15.x branch point). __bf16 support was enabled very late in the 15.0.0 release cycle, just prior to rc3. This caused problems building amd64 targets with a Morello LLVM compiler synced to near the 15.x branch point.

Tighten the bounds on enabling _Float16 and __bf16 to not include
development 15.0.0 and development versions there of (including the
release/15.x branch point).  __bf16 support was enabled very late in
the 15.0.0 release cycle, just prior to rc3.  This caused problems
building amd64 targets with a Morello LLVM compiler synced to near the
15.x branch point.
@brooksdavis brooksdavis force-pushed the adjust-float16-guards branch from 1edee36 to 53fcb8c Compare April 1, 2025 17:36
@brooksdavis brooksdavis changed the title compile-rt: improve _Float16 and __bf16 guards compiler-rt: improve _Float16 and __bf16 guards Apr 1, 2025
@brooksdavis brooksdavis merged commit 3f77825 into dev Apr 1, 2025
30 checks passed
@brooksdavis brooksdavis deleted the adjust-float16-guards branch April 1, 2025 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants