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

Fix #157 #158

Merged
merged 1 commit into from
May 22, 2020
Merged

Fix #157 #158

merged 1 commit into from
May 22, 2020

Conversation

abolz
Copy link
Contributor

@abolz abolz commented May 21, 2020

multipleOfPowerOf2 only works for exponents < 64.

In this case here we have 0 < m10 < 2^64, so m10 can never
be a multiple of 2^p if p >= 64.

multipleOfPowerOf2 only works for exponents < 64.

In this case here we have 0 < m10 < 2^64, so m10 can never
be a multiple of 2^p if p >= 64.
@ulfjack ulfjack merged commit 27d3c55 into ulfjack:master May 22, 2020
@ulfjack
Copy link
Owner

ulfjack commented May 22, 2020

Thanks!

@abolz abolz deleted the issue157 branch June 4, 2020 19:59
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.

2 participants