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

Make float division generic #646

Closed
wants to merge 1 commit into from

Conversation

tgross35
Copy link
Contributor

Currently there are two separate functions for for f32 and f64. Combine them and extract some repeated functionality to a trait, which will make adding f128 easier.

@tgross35
Copy link
Contributor Author

Split this off of #622 so it should be easier to figure out the f128-specific issues in isolation.

@tgross35
Copy link
Contributor Author

Benchmarked just to make sure this didn't regress anything, changes are within noise tolerance for both f32 and f64.

Currently there are two separate functions for for `f32` and `f64`.
Combine them and extract some repeated functionality to a trait, which
will make adding `f128` easier.
@tgross35
Copy link
Contributor Author

tgross35 commented Aug 5, 2024

#622 is actually getting closer so I don't think there is any need to have this on its own anymore.

@tgross35 tgross35 closed this Aug 5, 2024
@tgross35 tgross35 deleted the float-division branch August 5, 2024 19:11
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