1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-14 01:06:51 +00:00
gnss-sdr/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cpu_features/ndk_compat
2021-10-27 18:28:50 +02:00
..
CMakeLists.txt cpu_features: Fix enabling ndk_compat 2021-10-27 18:28:50 +02:00
cpu-features.c Add work towards using cpu_features. Keep compatibility with old systems 2020-08-21 14:43:04 +02:00
cpu-features.h Add work towards using cpu_features. Keep compatibility with old systems 2020-08-21 14:43:04 +02:00
ndk-compat-test.c Add work towards using cpu_features. Keep compatibility with old systems 2020-08-21 14:43:04 +02:00
README.md Add work towards using cpu_features. Keep compatibility with old systems 2020-08-21 14:43:04 +02:00

Provides a header compatible with android's NDK cpu-features.h.

It is intended to be a drop in replacement for this header and help users transition from the NDK to Google's cpu_features library.