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

Store biased exponent instead of unbiased in fast type #657

Open
mborland opened this issue Jun 17, 2024 · 0 comments
Open

Store biased exponent instead of unbiased in fast type #657

mborland opened this issue Jun 17, 2024 · 0 comments
Assignees

Comments

@mborland
Copy link
Member

Nearly every operation ends up calling T::biased_exponent() so just store this directly and offer a way to extract the unbiased exponent in the event that it is required.

@mborland mborland self-assigned this Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant