- Freeware
- - Home & Hobby
- - Other
- - primesieve
primesieve 12.7 freeware
... ranges of integers with ease. Its versatility and precision make it a standout choice for anyone needing reliable prime number generation in the ... ...
Author | Kim Walisch |
Released | 2025-03-03 |
Filesize | 276 kB |
Downloads | 916 |
OS | Windows 11, Windows 10 32/64 bit |
Installation | Instal And Uninstall |
Keywords | Eratosthenes Sieve, Prime Number Sieve, Filter Prime Number, Eratosthenes, Prime Number, Sieve, Computer |
Users' rating (22 rating) |
primesieve Free Download - we do not host any primesieve torrent files or links of primesieve on rapidshare.com, depositfiles.com, megaupload.com etc. All primesieve download links are direct primesieve download from publisher site or their selected mirrors.
12.7 | Mar 3, 2025 | New Release | This release adds ARM SVE runtime dispatching, it is enabled by default on Linux for ARM64 CPUs and it has also been implemented for Windows (but support in Microsoft's Windows.h is still missing). The C/C++ API and ABI of this release are fully backwards compatible with primesieve-12.* multiarch_sve_arm.cmake: Improve ARM SVE detection. src/arch/arm/sve.cpp: Detect ARM SVE on Linux and Windows. EratBig.cpp: Simplify bucket handling. Erat.cpp: Tune sieve size using FACTOR_SIEVESIZE. README.md: Add Sponsors section. |
12.6 | Nov 18, 2024 | New Release | PreSieve.cpp: Added AVX512 and ARM SVE pre-sieving, up to 3% faster. PreSieve.cpp: Increased pre-sieving to primes ≤ 163 (previously primes ≤ 100). Memory usage of pre-sieve lookup tables has been reduced from 210 kilobytes to 123 kilobytes and the pre-sieve lookup tables are now static (not generated at runtime anymore). CpuInfo.cpp: More robust CPU cache size detection. |
12.5 | Oct 25, 2024 | New Release | ParallelSieve.cpp: Tune thread load balancing. |