public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kim Walisch <kim.walisch@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/primecount] rawhide: Update to 8.6-1
Date: Thu, 16 Jul 2026 17:13:38 GMT	[thread overview]
Message-ID: <178422201886.1.13676210843531830801.rpms-primecount-05b7b945f805@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-16 17:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178422201886.1.13676210843531830801.rpms-primecount-05b7b945f805@fedoraproject.org \
    --to=kim.walisch@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox