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

Convert fmaf to a generic implementation #499

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Feb 7, 2025

Introduce a version of generic fma that works when there is a larger hardware-backed float type available to compute the result with more precision. This is currently used only for f32, but with some minor adjustments it should work for f16 as well.

@tgross35 tgross35 enabled auto-merge (rebase) February 7, 2025 04:02
Introduce a version of generic `fma` that works when there is a larger
hardware-backed float type available to compute the result with more
precision. This is currently used only for `f32`, but with some minor
adjustments it should work for `f16` as well.
@tgross35 tgross35 merged commit 2795848 into rust-lang:master Feb 7, 2025
35 checks passed
@tgross35 tgross35 deleted the generic-fma branch February 7, 2025 05:00
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.

1 participant