change long to slong in static function in hrr_sum_arb

This commit is contained in:
Joel Dahne 2020-05-04 11:29:18 +02:00
parent b2e1bb0430
commit 2f845726bc

View file

@ -90,7 +90,7 @@ bound_primes(ulong k)
}
static __inline__ long
static __inline__ slong
log2_ceil(double x)
{
/* ceil(log2(n)) = bitcount(n-1);