From 78aebdcfef7a03a0fea4030b4ecef7d6ede8c1ae Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 29 Jan 2020 08:32:36 +0100 Subject: [PATCH] Revert "Disable intrinsincs for ppc64le" This reverts commit dcd968ae9973755bd9d772328cfcffae00d473c9. --- opencv.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/opencv.spec b/opencv.spec index d304a83..036ba89 100644 --- a/opencv.spec +++ b/opencv.spec @@ -290,9 +290,6 @@ popd -DWITH_CAROTENE=OFF \ %ifarch x86_64 %{ix86} -DCPU_BASELINE=SSE2 \ -%endif -%ifarch ppc64le - -DCV_ENABLE_INTRINSICS=OFF \ %endif -DENABLE_PRECOMPILED_HEADERS=OFF \ -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \