↵ 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 |
|---|---|---|
| 2026-01-26 | Kim Walisch <walki at fedoraproject dot org> - 8.1-9 | - S2_easy.cpp: Fix "#pragma omp master" deprecated in OpenMP 5.1 - Fix incorrect release number in previous changelog entry |
| 2026-01-26 | Kim Walisch <walki at fedoraproject dot org> - 8.1-0 | - CMakeLists.txt: Fix CMAKE_PROJECT_VERSION not defined - AC.cpp: Up to 15% faster due to improved instruction level parallelism - Sieve_count*.hpp: Improve GCC conditional move code gen - Automated building Windows binaries using GitHub Actions CI |
| 2026-01-17 | Fedora Release Engineering <releng at fedoraproject dot org> - 8.0-8 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild |
| 2025-12-17 | Kim Walisch <walki at fedoraproject dot org> - 8.0-7 | - Yet another rebuild due to automated test network timeout |
| 2025-12-17 | Kim Walisch <walki at fedoraproject dot org> - 8.0-6 | - Rebuild due to Fedora Automated tests timeout |
| 2025-12-16 | Kim Walisch <walki at fedoraproject dot org> - 8.0-5 | - Use ANSI escape sequence to clear terminal text line |
| 2025-12-15 | Kim Walisch <walki at fedoraproject dot org> - 8.0-4 | - Fix status output in --AC option |
| 2025-12-15 | Kim Walisch <walki at fedoraproject dot org> - 8.0-3 | - Rebuild due to bodhi automated test failure (Fedora network down) |
| 2025-12-14 | Kim Walisch <walki at fedoraproject dot org> - 8.0-2 | - Fix flickering when using --status option |
| 2025-12-14 | Kim Walisch <walki at fedoraproject dot org> - 8.0-1 | - api.cpp: Fix broken 128-bit nth prime function - util.cpp: Fix undefined behavior in to_string() - calculator.hpp: Add code to detect integer overflows - LoadBalancerP2.cpp: Faster critical section - LoadBalancerS2.cpp: Faster critical section - LoadBalancerAC.cpp: Faster critical section - nth_prime.cpp: Improve status output - AC.cpp: Improved instruction level parallelism - AC_libdivide.cpp: Improved instruction level parallelism - D.cpp: Refactor runtime dispatch to optimized SIMD algorithm - S2_hard.cpp: Refactor runtime dispatch to optimized SIMD algorithm - pi_lmo_parallel.cpp: Add support for runtime dispatch to optimized SIMD algorithm - Move S2_easy_libdivide.cpp code into S2_easy.cpp - Move AC_libdivide.cpp code into AC.cpp - src/app/test.cpp: Speed up tests - CMakeLists.txt: Set CMAKE_VISIBILITY_INLINES_HIDDEN = ON by default |