mirror of
https://github.com/vale981/arb
synced 2025-03-04 08:51:40 -05:00
change long to slong in static function in hrr_sum_arb
This commit is contained in:
parent
b2e1bb0430
commit
2f845726bc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ bound_primes(ulong k)
|
|||
}
|
||||
|
||||
|
||||
static __inline__ long
|
||||
static __inline__ slong
|
||||
log2_ceil(double x)
|
||||
{
|
||||
/* ceil(log2(n)) = bitcount(n-1);
|
||||
|
|
Loading…
Add table
Reference in a new issue