OpenCV_4.2.0/opencv-4.2.0/3rdparty/cpufeatures
朱雅鸿 97158ca5f7 feat:first init 2024-07-25 16:47:56 +08:00
..
CMakeLists.txt feat:first init 2024-07-25 16:47:56 +08:00
LICENSE feat:first init 2024-07-25 16:47:56 +08:00
README.md feat:first init 2024-07-25 16:47:56 +08:00
cpu-features.c feat:first init 2024-07-25 16:47:56 +08:00
cpu-features.h feat:first init 2024-07-25 16:47:56 +08:00

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.

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