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

Add support for 32 Bit platforms #8

Open
dbahrdt opened this issue Jun 25, 2018 · 1 comment
Open

Add support for 32 Bit platforms #8

dbahrdt opened this issue Jun 25, 2018 · 1 comment

Comments

@dbahrdt
Copy link
Member

dbahrdt commented Jun 25, 2018

Currently we rely on sizeof(signed long) == sizeof(int64_t) in various places.
In order to support 32 Bit platforms we would need to change that.
So far I've found the following places:
Conversion:h: initalizers
ExtendedInt64z: mpz_fits_slong_p, mpz_get_si

possibly more.

@dbahrdt
Copy link
Member Author

dbahrdt commented Aug 1, 2018

This is hopefully fixed in the ei64 traits branch. It at least compiles on Debian 32 Bit

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

1 participant