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

Fallback code for compilers that don't support 128 bit operations #5

Closed
ulfjack opened this issue May 26, 2018 · 1 comment
Closed

Comments

@ulfjack
Copy link
Owner

ulfjack commented May 26, 2018

d2s uses non-standard 128-bit operators. While this is simpler and (probably) faster, it would probably be good to add fallback code for compilers that support neither the __umul128 intrinsic nor __uint128_t type.

@ulfjack
Copy link
Owner Author

ulfjack commented May 26, 2018

Closed with 0643c8d.

@ulfjack ulfjack closed this as completed May 26, 2018
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

No branches or pull requests

1 participant