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

Update integers.md to mention Int128 and UInt128 #361

Closed
wants to merge 2 commits into from

Conversation

roetlich
Copy link
Contributor

@roetlich roetlich commented Sep 28, 2019

I noticed that Crystal supports 128 bit integers (nice!), but they aren't in the documentation.

Are 128 bit ints supported on all platforms?

I noticed that Crystal supports 128 bit integers (nice!), but they aren't in the documentation.
@bcardiff
Copy link
Member

bcardiff commented Oct 2, 2019

Its support is not yet complete. 128bits Literals are not supported still, and when using a 32-bits environment the compiler does not emit all the needed compiler-rt methods.

Once that is changes we can merge this.

@straight-shoota
Copy link
Member

straight-shoota commented Mar 18, 2021

Alternative PR: #413

@beta-ziliani
Copy link
Member

Closing since the related PR (with modifications) was merged.

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.

4 participants