Disable intrinsincs for ppc64le
Upstream report https://github.com/opencv/opencv/issues/16448
This commit is contained in:
parent
635cf81c73
commit
dcd968ae99
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user