We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0504ad9 commit 8f48a61Copy full SHA for 8f48a61
mp_is_small_prime.c
@@ -76,7 +76,7 @@ static mp_sieve_prime s_isqrt(mp_sieve_prime n)
76
return 0uL;
77
}
78
/* highest power of four <= n */
79
- s = (mp_sieve_prime)(1uL << (MP_SIEVE_PRIME_NUM_BITS - 2));
+ s = (mp_sieve_prime)(1uLL << (MP_SIEVE_PRIME_NUM_BITS - 2));
80
81
rem = n;
82
root = 0uL;
0 commit comments