↵ 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-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 |
| 2025-06-04 | Kim Walisch <walki at fedoraproject dot org> - 7.19-1 | - nth_prime.cpp: Add 128-bit nth_prime function - nth_prime_sieve.hpp: New sieving algo for nth_prime(n) - primecount.h: Improved 128-bit C API using portable pc_int128_t struct - primecount.hpp: Improved 128-bit C++ API using portable pc_int128_t struct - libprimecount.md: Add new 128-bit C/CPI API functions |
| 2025-05-17 | Kim Walisch <walki at fedoraproject dot org> - 7.18-1 | - Add CMake find_package(primecount) support - libprimecount.md: Add CMake find_package(primecount) section - PhiTiny.cpp: Reduce code bloat - Move private header files from /include to /src - src/CMakeLists.txt: Update for private header files in /src - test/CMakeLists.txt: Update for private header files in /src - Vector.hpp: Get rid of std::is_trivial which is deprecated in C++26 - Update to latest primesieve-12.9 library - Update to latest libdivide-5.2.0 library |
| 2025-04-29 | Kim Walisch <walki at fedoraproject dot org> - 7.17-2 | - Sieve_pre_sieve.hpp: Improved pre-sieving using primes ≤ 71 |