mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-15 03:01:04 +08:00
5 lines
304 B
Markdown
5 lines
304 B
Markdown
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
|