From 08c7985bbaa06d729e62ce25b815e185f6a73cce Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Fri, 11 Jul 2025 15:41:23 +0800 Subject: opencv: revert disable sse4.1 and sse4.2 on x86 Due to upstream has fixed the issue [1], revert [3f26c46cbd opencv: disable sse4.1 and sse4.2 on x86] [1] https://github.com/opencv/opencv/pull/21628 Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-oe/recipes-support/opencv/opencv_4.11.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-oe/recipes-support/opencv/opencv_4.11.0.bb b/meta-oe/recipes-support/opencv/opencv_4.11.0.bb index 0ce47ddf82..208d65725e 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.11.0.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.11.0.bb @@ -86,9 +86,6 @@ LDFLAGS:append:mips = " -Wl,--no-as-needed -latomic -Wl,--as-needed" LDFLAGS:append:riscv32 = " -Wl,--no-as-needed -latomic -Wl,--as-needed" EXTRA_OECMAKE:append:x86 = " -DX86=ON" -# disable sse4.1 and sse4.2 to fix 32bit build failure -# https://github.com/opencv/opencv/issues/21597 -EXTRA_OECMAKE:remove:x86 = " -DENABLE_SSE41=1 -DENABLE_SSE42=1" PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ ${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)} \ -- cgit v1.2.3-54-g00ecf