public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: add comment with more information about the workaround on ppc64le
Date: Fri, 28 Aug 2026 13:32:08 GMT [thread overview]
Message-ID: <178792392814.1.1099743754562313534.rpms-opencv-a17785dfcdee@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : a17785dfcdeefcc33858af6fecd18f563b71e40a
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2022-02-13T20:06:05+00:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/a17785dfcdeefcc33858af6fecd18f563b71e40a?branch=opencv5
Log:
add comment with more information about the workaround on ppc64le
---
diff --git a/opencv.spec b/opencv.spec
index ce4512b..0522448 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -270,6 +270,9 @@ install -pm 0644 %{SOURCE4} .cache/ade/
%ifarch ppc64le
# Disable some altivec vectorization optimization on ppc64le (bug 2051193)
+# Workaround is to force defining CV_FORCE_SIMD128_CPP on ppc64le so as NOT to use intrin_vsx.hpp .
+# https://github.com/opencv/opencv/issues/21465
+# https://github.com/opencv/opencv/issues/19020
sed -i modules/core/include/opencv2/core/hal/intrin.hpp \
-e '\@ifdef CV_FORCE_SIMD128_CPP@i #define CV_FORCE_SIMD128_CPP'
%endif
reply other threads:[~2026-08-28 13:32 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=178792392814.1.1099743754562313534.rpms-opencv-a17785dfcdee@fedoraproject.org \
--to=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