GMP Question (LLP64 vs LP64)

mgrogue at wi.rr.com mgrogue at wi.rr.com
Tue Nov 30 22:55:40 CET 2010


I found out (the hard way) that MPIR on Win64 has some problems because "long int" is only 32-bits even in a 64-bit environment.  Although I'm not expecting any changes to support an LLP64 system, is there a reason why mpz functions accept and return "unsigned long int" instead of "mp_limb_t"?

--Mark


More information about the gmp-devel mailing list