public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/primecount] rawhide: Update to 8.6-1
@ 2026-07-16 17:13 Kim Walisch
0 siblings, 0 replies; only message in thread
From: Kim Walisch @ 2026-07-16 17:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/primecount
Branch : rawhide
Commit : 05b7b945f8057cbece1cd7e8f8872836b89787b5
Author : Kim Walisch <kim.walisch@gmail.com>
Date : 2026-07-16T19:13:22+02:00
Stats : +13/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/primecount/c/05b7b945f8057cbece1cd7e8f8872836b89787b5?branch=rawhide
Log:
Update to 8.6-1
---
diff --git a/primecount.spec b/primecount.spec
index a4352ff..e4debd3 100644
--- a/primecount.spec
+++ b/primecount.spec
@@ -1,6 +1,6 @@
Name: primecount
-Version: 8.5
-Release: 4%{?dist}
+Version: 8.6
+Release: 1%{?dist}
Summary: Fast prime counting function implementation
# BSD-2-Clause: the project as a whole
@@ -124,6 +124,16 @@ export CXXFLAGS='%{build_cxxflags} -DLIBDIVIDE_NEON'
%{_libdir}/pkgconfig/primecount.pc
%changelog
+* Thu Jul 16 2026 Kim Walisch <walki@fedoraproject.org> - 8.6-1
+- count_simd.hpp: Prevent loop unrolling to reduce branch mispredictions
+- Sieve.cpp: New sieving algorithm for small primes
+- Sieve_count_simd.hpp: Fix undefined behavior
+- Sieve.hpp: Use Vector<uint64_t> sieve to fix undefined behavior
+- Move the sieve source files into the new src/sieve directory
+- Fix LLVM/Clang -Wunused-template warning
+- Improve ARM SVE runtime dispatch
+- multiarch_arm_sve.cmake: Update the ARM SVE compiler support check to match
+
* Tue May 19 2026 Jerry James <loganjerry@gmail.com> - 8.5-4
- Stop building for 32-bit x86
- Remove obsolete ldconfig_scriptlets macro
diff --git a/sources b/sources
index d7c217d..854e07e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (primecount-8.5.tar.gz) = 2e9ad4c3751a06c55223539332cb1b2ecf49a943a7493d7093a153f64b69751b7cc10be1e90f8eba950d4eb441deb3c39acf5166e9f6436b3fe4728f8b27805b
+SHA512 (primecount-8.6.tar.gz) = 41525851deaf51a570bca023de049a1d416bf383d5bf2f5de49761ce96b1be3879fc5499802a1ec9aad43e13b892c2544776ae91cb273220646a4424316dc08a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-16 17:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 17:13 [rpms/primecount] rawhide: Update to 8.6-1 Kim Walisch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox