Import volk_2.4.0.orig-cpu-features.tar.xz
authorA. Maitland Bottoms <bottoms@debian.org>
Sun, 22 Nov 2020 17:35:43 +0000 (17:35 +0000)
committerA. Maitland Bottoms <bottoms@debian.org>
Sun, 22 Nov 2020 17:35:43 +0000 (17:35 +0000)
commit78aa2d3e24dea1c7cfb3938178deec33eaa8d2d1
tree5ca7bf2716d2c2c55398e1f1fa2bc629a20a44af
Import volk_2.4.0.orig-cpu-features.tar.xz

[dgit import orig volk_2.4.0.orig-cpu-features.tar.xz]
59 files changed:
.clang-format [new file with mode: 0644]
.github/workflows/Dockerfile [new file with mode: 0644]
.github/workflows/clang_format.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
WORKSPACE [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
cmake/CpuFeaturesConfig.cmake.in [new file with mode: 0644]
cmake/CpuFeaturesNdkCompatConfig.cmake.in [new file with mode: 0644]
cmake/README.md [new file with mode: 0644]
cmake/googletest.CMakeLists.txt.in [new file with mode: 0644]
include/cpu_features_cache_info.h [new file with mode: 0644]
include/cpu_features_macros.h [new file with mode: 0644]
include/cpuinfo_aarch64.h [new file with mode: 0644]
include/cpuinfo_arm.h [new file with mode: 0644]
include/cpuinfo_mips.h [new file with mode: 0644]
include/cpuinfo_ppc.h [new file with mode: 0644]
include/cpuinfo_x86.h [new file with mode: 0644]
include/internal/bit_utils.h [new file with mode: 0644]
include/internal/cpuid_x86.h [new file with mode: 0644]
include/internal/filesystem.h [new file with mode: 0644]
include/internal/hwcaps.h [new file with mode: 0644]
include/internal/stack_line_reader.h [new file with mode: 0644]
include/internal/string_view.h [new file with mode: 0644]
ndk_compat/CMakeLists.txt [new file with mode: 0644]
ndk_compat/README.md [new file with mode: 0644]
ndk_compat/cpu-features.c [new file with mode: 0644]
ndk_compat/cpu-features.h [new file with mode: 0644]
ndk_compat/ndk-compat-test.c [new file with mode: 0644]
scripts/run_integration.sh [new file with mode: 0755]
scripts/test_integration.sh [new file with mode: 0755]
src/cpuinfo_aarch64.c [new file with mode: 0644]
src/cpuinfo_arm.c [new file with mode: 0644]
src/cpuinfo_mips.c [new file with mode: 0644]
src/cpuinfo_ppc.c [new file with mode: 0644]
src/cpuinfo_x86.c [new file with mode: 0644]
src/define_tables.h [new file with mode: 0644]
src/filesystem.c [new file with mode: 0644]
src/hwcaps.c [new file with mode: 0644]
src/stack_line_reader.c [new file with mode: 0644]
src/string_view.c [new file with mode: 0644]
src/utils/list_cpu_features.c [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/bit_utils_test.cc [new file with mode: 0644]
test/cpuinfo_aarch64_test.cc [new file with mode: 0644]
test/cpuinfo_arm_test.cc [new file with mode: 0644]
test/cpuinfo_mips_test.cc [new file with mode: 0644]
test/cpuinfo_ppc_test.cc [new file with mode: 0644]
test/cpuinfo_x86_test.cc [new file with mode: 0644]
test/filesystem_for_testing.cc [new file with mode: 0644]
test/filesystem_for_testing.h [new file with mode: 0644]
test/hwcaps_for_testing.cc [new file with mode: 0644]
test/hwcaps_for_testing.h [new file with mode: 0644]
test/stack_line_reader_test.cc [new file with mode: 0644]
test/string_view_test.cc [new file with mode: 0644]