gnss-sdr/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cpu_features/ndk_compat/README.md

17 lines
535 B
Markdown
Raw Normal View History

<!-- prettier-ignore-start -->
[comment]: # (
SPDX-License-Identifier: BSD-2-Clause
)
[comment]: # (
SPDX-FileCopyrightText: 2010 The Android Open Source Project
)
<!-- prettier-ignore-end -->
Provides a header compatible with
[android's NDK cpu-features.h](https://android.googlesource.com/platform/ndk/+/master/sources/android/cpufeatures/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](https://github.com/google/cpu_features).