public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Lower CPU_BASELINE from SSE3 to SSE2
@ 2026-08-28 13:31 Nicolas Chauvet
  0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-08-28 13:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : ed49812c442647110b7861852d045e1bc6c2c930
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2019-12-19T09:13:00+01:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/ed49812c442647110b7861852d045e1bc6c2c930?branch=opencv5

Log:
Lower CPU_BASELINE from SSE3 to SSE2

---
diff --git a/opencv.spec b/opencv.spec
index 29ee446..28bfed5 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -276,6 +276,9 @@ popd
  -DWITH_UNICAP=ON \
  -DCMAKE_SKIP_RPATH=ON \
  -DWITH_CAROTENE=OFF \
+%ifarch x86_64 %{ix86}
+ -DCPU_BASELINE=SSE2 \
+%endif
  -DENABLE_PRECOMPILED_HEADERS=OFF \
  -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
  %{?with_java: -DBUILD_opencv_java=ON \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-28 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:31 [rpms/opencv] opencv5: Lower CPU_BASELINE from SSE3 to SSE2 Nicolas Chauvet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox