Skip to content

primesieve-12.1

Compare
Choose a tag to compare
@kimwalisch kimwalisch released this 10 Mar 10:22
· 30 commits to master since this release

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

  • CMakeLists.txt: Fix undefined reference to pthread_create #146.
  • test/Riemann_R.cpp: Fix musl libc issue #147.
  • src/app/test.cpp: Fix -ffast-math failure.
  • test/count_primes2.cpp: Fix -ffast-math failure.
  • PrimeSieve.cpp: Improve status output.