opencv/modules/core
Zhuo Zhang 743099f9f9
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.
2021-02-14 21:37:11 +03:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 Merge pull request #19486 from fpetrogalli:dotprod_fast-3.4 2021-02-11 13:24:09 +00:00
misc bindings: basic support for #if preprocessor directives 2019-12-04 18:42:31 +03:00
perf core(ocl): options to control buffer access flags 2020-04-02 11:11:06 +00:00
src Merge pull request #19521 from zchrissirhcz:3.4-fix-core-module-android-arm64-build 2021-02-14 21:37:11 +03:00
test Optimize calls to std::string::find() and friends for a single char. 2020-12-17 09:39:23 +01:00
CMakeLists.txt core: update handling of allocator stats type 2020-12-05 20:54:47 +00:00