opencv/3rdparty/cpufeatures
Alexander Alekhin 19c9174543 cmake: rename cpufeatures target
It is configurable via OPENCV_CPUFEATURES_TARGET_NAME variable
2017-07-13 19:24:10 +03:00
..
CMakeLists.txt cmake: rename cpufeatures target 2017-07-13 19:24:10 +03:00
cpu-features.c 3rdparty: cpufeatures workaround 2017-06-11 05:06:49 +00:00
cpu-features.h Fix cpu features detection on android 2017-05-19 21:19:13 +08:00
LICENSE update CPU detection on ANDROID patch 2017-06-11 05:06:49 +00:00
README.md update CPU detection on ANDROID patch 2017-06-11 05:06:49 +00:00

The Android NDK provides a small library named cpufeatures that your app can use at runtime to detect the target device's CPU family and the optional features it supports. It is designed to work as-is on all official Android platform versions.

https://developer.android.com/ndk/guides/cpu-features.html