Distribution_Service/CC_SDK/Environment/opencv/3rdparty/cpufeatures
2025-11-11 17:46:19 +08:00
..
CMakeLists.txt V0.1 2025-11-11 17:46:19 +08:00
cpu-features.c V0.1 2025-11-11 17:46:19 +08:00
cpu-features.h V0.1 2025-11-11 17:46:19 +08:00
LICENSE V0.1 2025-11-11 17:46:19 +08:00
README.md V0.1 2025-11-11 17:46:19 +08: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