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

Find solution for u128 in the compiler #477

Closed
marler8997 opened this issue Sep 14, 2017 · 3 comments
Closed

Find solution for u128 in the compiler #477

marler8997 opened this issue Sep 14, 2017 · 3 comments
Labels
enhancement Solving this issue will likely involve adding new logic or components to the codebase.
Milestone

Comments

@marler8997
Copy link
Contributor

We can use this "issue" to track any investigations into libraries to support 128-bit precision arithmetic.

The GNU GMP library looks like a good candidate but it is licensed through the GPL which makes it incompatible with the Zig compiler since it uses the MIT license.

@marler8997
Copy link
Contributor Author

Another idea is to wait for the zig implementation (issue #364) and then port it to c++. Note that once zig self hosts then the standard library implementation will be what the compiler uses.

@marler8997
Copy link
Contributor Author

nevermind, removed 128 bit integers from compiler :)

@andrewrk
Copy link
Member

#302 depends on this

@andrewrk andrewrk added this to the 0.1.0 milestone Sep 14, 2017
@andrewrk andrewrk added the enhancement Solving this issue will likely involve adding new logic or components to the codebase. label Sep 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Solving this issue will likely involve adding new logic or components to the codebase.
Projects
None yet
Development

No branches or pull requests

2 participants