Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.mk | D | 03-May-2024 | 192 | 4 | 1 | |
README.TXT | D | 03-May-2024 | 453 | 11 | 7 | |
cpu-features.h | D | 03-May-2024 | 11.3 KiB | 321 | 65 |
README.TXT
1IMPORTANT: The cpufeatures library has moved to $NDK/sources/android/cpufeatures 2 and is now available as an import module (see docs/IMPORT-MODULE.TXT) 3 4This header is only here to ensure that existing build scripts can still 5reference $NDK/source/cpufeatures in their LOCAL_C_INCLUDES definition, 6but it is DEPRECATED and will be removed in a future NDK release. 7 8Please modify your build scripts to import the library instead ASAP. 9 10Thanks. 11