primecount-5.3
libprimesieve has been updated to the latest version which provides a minor speedup for all formulas that use primesieve::iterator
e.g. P2, B, pi_lehmer, ...
Sieve.hpp
: UseNOINLINE
.S2Status.hpp
: UseNOINLINE
.D4.cpp
: Simplify bounds.S2_hard.cpp
: Simplify bounds.LoadBalancer.cpp
: Simplify bounds.LoadBalancer.cpp
: Improve thread load balancing.RiemannR.cpp
: Add support for__float128
type.popcnt.hpp
: Faster ARM64 popcount implementation.fast_div.hpp
: AddENABLE_DIV32
macro.S2Status.cpp
: Fix non-critical data race.