Disable intrinsincs for ppc64le

Upstream report
https://github.com/opencv/opencv/issues/16448
This commit is contained in:
Nicolas Chauvet 2020-01-28 08:49:09 +01:00
parent 635cf81c73
commit dcd968ae99

View File

@ -290,6 +290,9 @@ 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 \