Skip to content

primecount-5.3

Compare
Choose a tag to compare
@kimwalisch kimwalisch released this 18 Jan 16:36
· 1932 commits to master since this release

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: Use NOINLINE.
  • S2Status.hpp: Use NOINLINE.
  • 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: Add ENABLE_DIV32 macro.
  • S2Status.cpp: Fix non-critical data race.