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
2020-10-23 21:47:30 +02:00
..
CMakeLists.txt Make cmakelint happy 2020-10-23 21:47:30 +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.