Skip to content

primecount-7.2

Compare
Choose a tag to compare
@kimwalisch kimwalisch released this 04 Dec 13:05
· 973 commits to master since this release
d65b5f1

This is a new minor release, the API and ABI of primecount are backwards compatible. The CPU cache size detection has been improved on big.LITTLE CPUs such as Intel Alder Lake, the documentation has been improved and primecount now has pkg-config/pkgconf support.

  • Hard-Special-Leaves.md: Many new paragraphs: Multiple levels of counters, Batch counting, Runtime complexity and Appendix.
  • Sieve.hpp: Add Counter struct.
  • Sieve.cpp: Use new Counter struct.
  • LoadBalancerS2.cpp: Increase default sieve array size to 128 KiB.
  • primecount.pc.in: Add pkg-config/pkgconf support.
  • CMakeLists.txt: Add WITH_MSVC_CRT_STATIC option to force static linking.
  • Updated to libprimesieve-7.7 (improved CPU cache size detection).