mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
19c9174543
It is configurable via OPENCV_CPUFEATURES_TARGET_NAME variable |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
cpu-features.c | ||
cpu-features.h | ||
LICENSE | ||
README.md |
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.