Changelog for
primesieve-debugsource-12.4-1.fc41.i686.rpm :
* Wed Jul 31 2024 Kim Walisch
- 12.4-1- Improve CPUID code on x86 CPUs.- Improve popcnt functions.
* Fri Jul 19 2024 Fedora Release Engineering - 12.3-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Apr 17 2024 Kim Walisch - 12.3-2- Fix incorrect AXV512 example in C_API.md- Fix incorrect AXV512 example in CPP_API.md
* Tue Apr 16 2024 Kim Walisch - 12.3-1- Add runtime POPCNT detection using CPUID for x86 CPUs- Improve GCC/Clang multiarch preprocessor logic- CMakeLists.txt: Remove POPCNT/BMI check for x86 CPUs
* Sun Mar 10 2024 Kim Walisch - 12.1-1- CMakeLists.txt: Fix undefined reference to pthread_create- Fix -ffast-math failure of --test option- Fix musl libc issue in unit tests- Improve status output
* Mon Feb 19 2024 Kim Walisch - 12.0-2- Increase .so version to 12
* Mon Feb 19 2024 Kim Walisch - 12.0-1- New --stress-test[=MODE] command-line option- Faster Riemann R function implementation- New -R && --RiemannR command line options- New --RiemannR-inverse command line option- Add new --timeout option for stress testing- Improve command-line option handling
* Fri Jan 26 2024 Fedora Release Engineering - 11.2-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering - 11.2-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 10 2024 Kim Walisch - 11.2-3- New build required after fixing date in 11.2-2 changelog
* Wed Jan 10 2024 Kim Walisch - 11.2-2- Update to latest primesieve release archive from GitHub
* Tue Jan 09 2024 Kim Walisch - 11.2-1- Fix CMake libatomic detection- Improved nth prime algorithm- Fix off by 1 error in OpenMP example in C_API.md- Fix off by 1 error in OpenMP example in CPP_API.md
* Fri Jul 21 2023 Fedora Release Engineering - 11.1-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat May 13 2023 Kim Walisch - 11.1-3- Update to latest primesieve release archive from GitHub- Fix incorrect date of version 11.1-1 in changelog
* Sat May 13 2023 Kim Walisch - 11.1-2- Fix incorrect date in changelog
* Sat May 13 2023 Kim Walisch - 11.1-1- Update to primesieve-11.1- Vectorized pre-sieving algorithm using x64 SSE2 and ARM NEON- Added POPCNT algorithm for x64 & AArch64- Fix -Wstrict-prototypes warnings
* Fri Jan 20 2023 Fedora Release Engineering - 11.0-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Dec 07 2022 Kim Walisch - 11.0-1- Update to primesieve-11.0- primesieve version now match libprimesieve version (.so version)- Added new primesieve::iterator::jump_to() method (C++ API)- Added new primesieve_jump_to() function (C API)- Mark primesieve_skipto() as deprecated- Fix use after free in primesieve::iterator::clear()- Fix use after free in primesieve_iterator_clear()- Fix potential memory leak in malloc_vector.hpp