You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: