mirror of https://github.com/opencv/opencv.git
Merge pull request #19521 from zchrissirhcz:3.4-fix-core-module-android-arm64-build
* fix core module android arm64 build * fix core module android build when neon is off When building for Android ARM platform, cmake with `-D CV_DISABLE_OPTIMIZATION=ON`, the expected behavior is not using ARM NEON, using naive computation instead. This commit fix the un-expected compile error for neon intrinsincs.pull/19525/head
parent
cceec84139
commit
743099f9f9
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue