Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Fix overflow bugs in fma #209

Merged
merged 2 commits into from
Jul 11, 2019
Merged

Fix overflow bugs in fma #209

merged 2 commits into from
Jul 11, 2019

Conversation

gnzlbg
Copy link
Contributor

@gnzlbg gnzlbg commented Jul 10, 2019

This fixes some of the overflow bugs in fma. It probably has others.

@alexcrichton
Copy link
Member

Can this use the current style of the library which is to include all tests inline with the module itself?

@gnzlbg
Copy link
Contributor Author

gnzlbg commented Jul 10, 2019

Done

tests/unit.rs Outdated
@@ -0,0 +1,16 @@
use libm::*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stray file now perhaps?

@alexcrichton alexcrichton merged commit a3a3595 into rust-lang:master Jul 11, 2019
tgross35 pushed a commit that referenced this pull request Apr 18, 2025
Fix overflow bugs in fma
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants