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

conditional compilation of gcd(SomeInteger, SomeInteger) in std/math #1

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

quimt
Copy link
Owner

@quimt quimt commented Jun 29, 2024

The most specific version of gcd(int,int) uses bitwise comparisons that are not available in non-node js. Conditional compliation should fix the issue here and in other downstream libraries like std/rationals.

most specific version of gcd(int,int) uses bitwise comparisons that are not available in non-node js. Conditional compliation should fix the issue here and in other downstream libraries like std/rationals
@quimt quimt merged commit 7b9f664 into devel Jun 29, 2024
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