Use CLong, not CInt, for mp_bitcnt_t value; fixes #5965
The GMP docs say: Counts of bits of a multi-precision number are represented in the C type mp_bitcnt_t. Currently this is always an unsigned long, but on some systems it will be an unsigned long long in the future.
Loading
Please register or sign in to comment