↵ 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 |
|---|---|---|
| 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 |
| 2025-11-04 | Kim Walisch <walki at fedoraproject dot org> - 7.20-1 | - pi_gourdon.cpp: Quickly verify pi(x) results - pi_deleglise_rivat.cpp: Quickly verify pi(x) results - pi_lmo_parallel.cpp: Quickly verify pi(x) results - CmdOptions.cpp: Add --double-check option - build_mingw64_arm64.sh: Enable ARM SVE for Mingw-w64 on ARM64 - doc/Easy-Special-Leaves.pdf: Converted Markdown to LaTeX - doc/Hard-Special-Leaves.pdf: Converted Markdown to LaTeX - doc/Partial-Sieve-Function.pdf: Converted Markdown to LaTeX - ci.yml: Add WebAssembly/Emscripten test - BUILD.md: Add WebAssembly/Emscripten build instructions - README.md: Updated Algorithms section |
| 2025-07-25 | Fedora Release Engineering <releng at fedoraproject dot org> - 7.19-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild |
| 2025-06-04 | Kim Walisch <walki at fedoraproject dot org> - 7.19-2 | - nth_prime_sieve.hpp: Add missing include guards - Update ChangeLog |