↵ Return to the main page of primecount-libs
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-07-31 | Kim Walisch <walki at fedoraproject dot org> - 7.14-1 | - Fix libdivide.h issue with GCC 15. - Improve AVX512 code. - Improve ARM SVE code. |
2024-07-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 7.13-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
2024-04-17 | Kim Walisch <walki at fedoraproject dot org> - 7.13-1 | - CMakeLists.txt: New WITH_MULTIARCH option (default ON). - Sieve.hpp: New AVX512 popcount algorithm for x86 CPUs. - Sieve.hpp: New ARM SVE popcount algorithm. - int128.cmake: Improve int128_t support for Windows. - OpenMP.cmake: Improve LLVM/Clang OpenMP detection. - Add preliminary MSVC 128-bit support. |
2024-04-02 | Kim Walisch <walki at fedoraproject dot org> - 7.12-1 | - On x86 CPUs check using CPUID if CPU supports POPCNT - CMakeLists.txt: Remove WITH_POPCNT=OFF option - New dynamic/adaptive load balancing for AC algorithm - LogarithmicIntegral.cpp: Fix infinite loop on Linux i386 - RiemannR.cpp: Fix infinite loop on Linux i386 - RiemannR.cpp: Faster and simpler RiemannR_inverse(x) |
2024-03-12 | Kim Walisch <walki at fedoraproject dot org> - 7.11-1 | - CMakeLists.txt: Detect Apple Silicon CPUs - Fix musl libc issue in test/iroot.cpp - Speed up test/Li.cpp - Faster RiemannR(x) and RiemannR_inverse(x) implementations - Renamed option --Ri to -R or --RiemannR - Renamed option --Ri-inverse to --RiemannR-inverse - Detect incompatible command-line options - Increase pi(x) cache size to 2 KiB |
2024-02-19 | Kim Walisch <walki at fedoraproject dot org> - 7.10-5 | - Rebuild required because of primesieve-12.0 release |
2024-01-26 | Fedora Release Engineering <releng at fedoraproject dot org> - 7.10-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 7.10-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-11 | Kim Walisch <walki at fedoraproject dot org> - 7.10-2 | - Fix source archive name, must be primecount-X.Y.tar.gz |
2024-01-11 | Kim Walisch <walki at fedoraproject dot org> - 7.10-1 | - Improve CMake libatomic detection - Fix potential integer overflows in Li_inverse(x) and Ri_inverse(x) - Added new internal nth_prime_approx(n) |