cameracv/libs/opencv/3rdparty/cpufeatures
2023-05-18 21:39:43 +03:00
..
CMakeLists.txt initial commit 2023-05-18 21:39:43 +03:00
cpu-features.c initial commit 2023-05-18 21:39:43 +03:00
cpu-features.h initial commit 2023-05-18 21:39:43 +03:00
LICENSE initial commit 2023-05-18 21:39:43 +03:00
README.md initial commit 2023-05-18 21:39:43 +03: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