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

u128/i128 primitive type support #124

Closed
wdv4758h opened this issue Feb 24, 2018 · 2 comments
Closed

u128/i128 primitive type support #124

wdv4758h opened this issue Feb 24, 2018 · 2 comments

Comments

@wdv4758h
Copy link

I've met some need for 128 bits (u128/i128) support, but I haven't spend on time to see how to implement this yet. Currently, the 128 bits primtive type is nightly only, but I think it will be good support them even behind some flags. If we do it further, we probably can support BigInt and BigUint from num-bigint.

@fafhrd91
Copy link
Contributor

I think do this on rust side should be pretty strait forward, but I don't know how to do this on python side.

PR is welcome!

@konstin
Copy link
Member

konstin commented Aug 19, 2018

Fixed in #173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants