public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Reduce optimization on i686
Date: Fri, 28 Aug 2026 13:33:07 GMT [thread overview]
Message-ID: <178792398790.1.4663035743746853034.rpms-opencv-6e87dd17aff3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 6e87dd17aff34c8ff5ea75f6a5a372d3e07b9ee7
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2025-10-17T20:08:41+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/6e87dd17aff34c8ff5ea75f6a5a372d3e07b9ee7?branch=opencv5
Log:
Reduce optimization on i686
This avoid the case where some AVX code is used while not been available
for x86_64 like with eigen3
---
diff --git a/opencv.spec b/opencv.spec
index 10774e0..3a349d7 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -488,6 +488,10 @@ install -pm 0644 %{S:4} .cache/ade/
-DWITH_CAROTENE=OFF \
%ifarch x86_64 %{ix86}
-DCPU_BASELINE=SSE2 \
+%ifarch %{ix86}
+ -DCV_DISABLE_OPTIMIZATION=ON \
+ -DCPU_DISPATCH=SSE4.2 \
+%endif
%endif
-DCMAKE_BUILD_TYPE=Release \
%{?with_java: -DBUILD_opencv_java=ON \
reply other threads:[~2026-08-28 13:33 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=178792398790.1.4663035743746853034.rpms-opencv-6e87dd17aff3@fedoraproject.org \
--to=kwizart@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