Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: primecount | Distribution: Fedora Project |
Version: 7.14 | Vendor: Fedora Project |
Release: 1.fc41 | Build date: Thu Aug 1 21:03:13 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-02.iad2.fedoraproject.org |
Size: 285057 | Source RPM: primecount-7.14-1.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/kimwalisch/primecount/ | |
Summary: Fast prime counting function implementation |
Primecount is a command-line program and C++ library that counts the primes below an integer x<=10**31 using highly optimized implementations of the combinatorial prime counting algorithms. Primecount includes implementations of all important combinatorial prime counting algorithms known up to this date all of which have been parallelized using OpenMP. Primecount contains the first ever open source implementations of the Deleglise-Rivat algorithm and Xavier Gourdon's algorithm (that works). Primecount also features a novel load balancer that is shared amongst all implementations and that scales up to hundreds of CPU cores. Primecount has already been used to compute several world records e.g. pi(10**27) (http://www.mersenneforum.org/showthread.php?t=20473) and nth_prime(10**24) (https://oeis.org/A006988).
BSD-2-Clause AND (Zlib OR BSL-1.0)
* Wed Jul 31 2024 Kim Walisch <[email protected]> - 7.14-1 - Fix libdivide.h issue with GCC 15. - Improve AVX512 code. - Improve ARM SVE code. * Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 7.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Apr 17 2024 Kim Walisch <[email protected]> - 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. * Tue Apr 02 2024 Kim Walisch <[email protected]> - 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) * Tue Mar 12 2024 Kim Walisch <[email protected]> - 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 * Mon Feb 19 2024 Kim Walisch <[email protected]> - 7.10-5 - Rebuild required because of primesieve-12.0 release * Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 7.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 7.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 11 2024 Kim Walisch <[email protected]> - 7.10-2 - Fix source archive name, must be primecount-X.Y.tar.gz * Thu Jan 11 2024 Kim Walisch <[email protected]> - 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) * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 7.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 04 2023 Kim Walisch <[email protected]> - 7.9-2 - Fix Appveyor CI tests * Mon Jul 03 2023 Kim Walisch <[email protected]> - 7.9-1 - Add more unit tests * Tue Mar 28 2023 Kim Walisch <[email protected]> - 7.8-2 - Updated test/pi_gourdon.cpp and test/pi_deleglise_rivat.cpp * Tue Mar 28 2023 Kim Walisch <[email protected]> - 7.8-1 - Fix integer overflow in pi(x) for x <= -2^63 * Sun Mar 26 2023 Kim Walisch <[email protected]> - 7.7-2 - Fix -Wstrict-prototypes warning in test/api_c.c * Sun Mar 26 2023 Kim Walisch <[email protected]> - 7.7-1 - Version 7.7 - Fix primecount_pi(-1) crash - Fix GCC/Clang -Wstrict-prototypes warnings * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 7.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 12 2022 Jerry James <[email protected]> - 7.6-3 - Convert License tag to SPDX * Wed Dec 07 2022 Kim Walisch <[email protected]> - 7.6-3 - Use primecount-7.6.tar.gz archive released on GitHub * Wed Dec 07 2022 Kim Walisch <[email protected]> - 7.6-2 - Use latest primecount archive from GitHub * Wed Dec 07 2022 Kim Walisch <[email protected]> - 7.6-1 - Version 7.6 - Add missing <string_view> header in print.hpp * Wed Dec 07 2022 Kim Walisch <[email protected]> - 7.5-1 - Version 7.5 - Requires libprimesieve-11
/usr/bin/primecount /usr/lib/.build-id /usr/lib/.build-id/18 /usr/lib/.build-id/18/6973900dd3af6bf8bebaac9a87673fb6726c0c /usr/share/doc/primecount /usr/share/doc/primecount/README.md /usr/share/man/man1/primecount.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 27 05:57:41 2024