-
Notifications
You must be signed in to change notification settings - Fork 10
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
Wrong results in some FMA cases #11
Comments
I've posted a PR to fix this in LLVM at llvm/llvm-project#98721. I've also made a Rust port of the fix at https://github.com/beetrees/rustc_apfloat/tree/fix-mul-add. |
llvm/llvm-project#63895 has been fixed upstream. Can we get that fix into the Rust port as well? :) Cc @eddyb @wesleywiser |
@beetrees could you make a PR for your branch? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to this being an exact port of the LLVM library, this crate is affected by llvm/llvm-project#63895: some FMA produce wrong results. This seems worth tracking on our side as well, if only to make it easier to find, given that "produces wrong result" is the worst kind of bug.
The text was updated successfully, but these errors were encountered: