Skip to content

primesieve-12.6

Latest
Compare
Choose a tag to compare
@kimwalisch kimwalisch released this 18 Nov 16:07
· 1 commit to master since this release

This is a new maintenance release, it is fully backwards compatible with the previous release.

  • PreSieve.cpp: Added AVX512 and ARM SVE pre-sieving, up to 3% faster.
  • PreSieve.cpp: Increased pre-sieving to primes ≤ 163 (previously primes ≤ 100). Memory usage of pre-sieve lookup tables has been reduced from 210 kilobytes to 123 kilobytes and the pre-sieve lookup tables are now static (not generated at runtime anymore).
  • CpuInfo.cpp: More robust CPU cache size detection.