Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
CMakeLists.txt | D | 03-May-2024 | 2.1 KiB | 61 | 57 | |
README.md | D | 03-May-2024 | 340 | 5 | 3 | |
cpu-features.c | D | 03-May-2024 | 7.3 KiB | 206 | 179 | |
cpu-features.h | D | 03-May-2024 | 11.3 KiB | 321 | 70 | |
ndk-compat-test.c | D | 03-May-2024 | 365 | 13 | 10 |
README.md
1Provides a header compatible with [android's NDK cpu-features.h](https://android.googlesource.com/platform/ndk/+/master/sources/android/cpufeatures/cpu-features.h). 2 3It is intended to be a drop in replacement for this header and help users 4transition from the NDK to [Google's cpu_features library](https://github.com/google/cpu_features). 5