Import volk_3.0.0.orig.tar.gz
authorA. Maitland Bottoms <bottoms@debian.org>
Sat, 14 Jan 2023 19:01:06 +0000 (19:01 +0000)
committerA. Maitland Bottoms <bottoms@debian.org>
Sat, 14 Jan 2023 19:01:06 +0000 (19:01 +0000)
commit5ff10c0771237bb2f9ea1955e2c4b103c6378514
tree791016e132b3b3c4d5254d39189d13afdf0cdddf
Import volk_3.0.0.orig.tar.gz

[dgit import orig volk_3.0.0.orig.tar.gz]
289 files changed:
.clang-format [new file with mode: 0644]
.github/workflows/android_build.yml [new file with mode: 0644]
.github/workflows/check-pr-formatting.yml [new file with mode: 0644]
.github/workflows/run-tests.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitlab-ci.yml [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.lastrelease [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
.zenodo.json [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
README.md [new file with mode: 0644]
apps/CMakeLists.txt [new file with mode: 0644]
apps/plot_best_vs_generic.py [new file with mode: 0755]
apps/volk-config-info.cc [new file with mode: 0644]
apps/volk_option_helpers.cc [new file with mode: 0644]
apps/volk_option_helpers.h [new file with mode: 0644]
apps/volk_profile.cc [new file with mode: 0644]
apps/volk_profile.h [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
cmake/Modules/CMakeParseArgumentsCopy.cmake [new file with mode: 0644]
cmake/Modules/FindFILESYSTEM.cmake [new file with mode: 0644]
cmake/Modules/FindORC.cmake [new file with mode: 0644]
cmake/Modules/VolkAddTest.cmake [new file with mode: 0644]
cmake/Modules/VolkBuildTypes.cmake [new file with mode: 0644]
cmake/Modules/VolkConfig.cmake.in [new file with mode: 0644]
cmake/Modules/VolkConfigVersion.cmake.in [new file with mode: 0644]
cmake/Modules/VolkPython.cmake [new file with mode: 0644]
cmake/Modules/VolkVersion.cmake [new file with mode: 0644]
cmake/Toolchains/aarch64-linux-gnu.cmake [new file with mode: 0644]
cmake/Toolchains/arm-linux-gnueabihf.cmake [new file with mode: 0644]
cmake/Toolchains/arm_cortex_a15_hardfp_native.cmake [new file with mode: 0644]
cmake/Toolchains/arm_cortex_a53_hardfp_native.cmake [new file with mode: 0644]
cmake/Toolchains/arm_cortex_a72_hardfp_native.cmake [new file with mode: 0644]
cmake/Toolchains/arm_cortex_a8_hardfp_native.cmake [new file with mode: 0644]
cmake/Toolchains/arm_cortex_a8_softfp_native.cmake [new file with mode: 0644]
cmake/Toolchains/arm_cortex_a9_hardfp_native.cmake [new file with mode: 0644]
cmake/Toolchains/intel-sde.cmake [new file with mode: 0644]
cmake/Toolchains/oe-sdk_cross.cmake [new file with mode: 0644]
cmake/cmake_uninstall.cmake.in [new file with mode: 0644]
cmake/msvc/config.h [new file with mode: 0644]
cmake/msvc/sys/time.h [new file with mode: 0644]
docs/AUTHORS_RESUBMITTING_UNDER_LGPL_LICENSE.md [new file with mode: 0644]
docs/CHANGELOG.md [new file with mode: 0644]
docs/CMakeLists.txt [new file with mode: 0644]
docs/CODE_OF_CONDUCT.md [new file with mode: 0644]
docs/CONTRIBUTING.md [new file with mode: 0644]
docs/DCO.txt [new file with mode: 0644]
docs/Doxyfile.in [new file with mode: 0644]
docs/DoxygenLayout.xml [new file with mode: 0644]
docs/extending_volk.dox [new file with mode: 0644]
docs/kernels.dox [new file with mode: 0644]
docs/main_page.dox [new file with mode: 0644]
docs/terms_and_techniques.dox [new file with mode: 0644]
docs/using_volk.dox [new file with mode: 0644]
docs/versioning.md [new file with mode: 0644]
docs/volk_logo.png [new file with mode: 0644]
docs/volk_logo_small.png [new file with mode: 0644]
gen/archs.xml [new file with mode: 0644]
gen/machines.xml [new file with mode: 0644]
gen/volk_arch_defs.py [new file with mode: 0644]
gen/volk_compile_utils.py [new file with mode: 0644]
gen/volk_kernel_defs.py [new file with mode: 0644]
gen/volk_machine_defs.py [new file with mode: 0644]
gen/volk_tmpl_utils.py [new file with mode: 0644]
include/volk/constants.h [new file with mode: 0644]
include/volk/saturation_arithmetic.h [new file with mode: 0644]
include/volk/sse2neon.h [new file with mode: 0644]
include/volk/volk_alloc.hh [new file with mode: 0644]
include/volk/volk_avx2_intrinsics.h [new file with mode: 0644]
include/volk/volk_avx_intrinsics.h [new file with mode: 0644]
include/volk/volk_common.h [new file with mode: 0644]
include/volk/volk_complex.h [new file with mode: 0644]
include/volk/volk_malloc.h [new file with mode: 0644]
include/volk/volk_neon_intrinsics.h [new file with mode: 0644]
include/volk/volk_prefs.h [new file with mode: 0644]
include/volk/volk_sse3_intrinsics.h [new file with mode: 0644]
include/volk/volk_sse_intrinsics.h [new file with mode: 0644]
include/volk/volk_version.h.in [new file with mode: 0644]
kernels/README.md [new file with mode: 0644]
kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32f_s32f_multiply_32f_a_neonasm.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_a_neonasm.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_a_neonasm_opts.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonasm.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonasmvmla.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonpipeline.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_unrollasm.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32fc_x2_dot_prod_32fc_a_neonasm.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32fc_x2_dot_prod_32fc_a_neonasm_opttests.s [new file with mode: 0644]
kernels/volk/asm/neon/volk_32fc_x2_multiply_32fc_a_neonasm.s [new file with mode: 0644]
kernels/volk/asm/orc/volk_16ic_deinterleave_16i_x2_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_16ic_deinterleave_real_8i_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_16ic_magnitude_16i_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_16ic_s32f_deinterleave_32f_x2_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_16sc_magnitude_32f_aligned16_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_16u_byteswap_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_s32f_add_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_s32f_multiply_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_s32f_normalize_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_sqrt_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_x2_add_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_x2_divide_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_x2_dot_prod_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_x2_max_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_x2_min_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_x2_multiply_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32f_x2_subtract_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32fc_32f_multiply_32fc_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32fc_magnitude_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32fc_s32fc_multiply_32fc_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32fc_x2_multiply_32fc_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32i_x2_and_32i_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_32i_x2_or_32i_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_8i_convert_16i_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/asm/orc/volk_8i_s32f_convert_32f_a_orc_impl.orc [new file with mode: 0644]
kernels/volk/volk_16i_32fc_dot_prod_32fc.h [new file with mode: 0644]
kernels/volk/volk_16i_branch_4_state_8.h [new file with mode: 0644]
kernels/volk/volk_16i_convert_8i.h [new file with mode: 0644]
kernels/volk/volk_16i_max_star_16i.h [new file with mode: 0644]
kernels/volk/volk_16i_max_star_horizontal_16i.h [new file with mode: 0644]
kernels/volk/volk_16i_permute_and_scalar_add.h [new file with mode: 0644]
kernels/volk/volk_16i_s32f_convert_32f.h [new file with mode: 0644]
kernels/volk/volk_16i_x4_quad_max_star_16i.h [new file with mode: 0644]
kernels/volk/volk_16i_x5_add_quad_16i_x4.h [new file with mode: 0644]
kernels/volk/volk_16ic_convert_32fc.h [new file with mode: 0644]
kernels/volk/volk_16ic_deinterleave_16i_x2.h [new file with mode: 0644]
kernels/volk/volk_16ic_deinterleave_real_16i.h [new file with mode: 0644]
kernels/volk/volk_16ic_deinterleave_real_8i.h [new file with mode: 0644]
kernels/volk/volk_16ic_magnitude_16i.h [new file with mode: 0644]
kernels/volk/volk_16ic_s32f_deinterleave_32f_x2.h [new file with mode: 0644]
kernels/volk/volk_16ic_s32f_deinterleave_real_32f.h [new file with mode: 0644]
kernels/volk/volk_16ic_s32f_magnitude_32f.h [new file with mode: 0644]
kernels/volk/volk_16ic_x2_dot_prod_16ic.h [new file with mode: 0644]
kernels/volk/volk_16ic_x2_multiply_16ic.h [new file with mode: 0644]
kernels/volk/volk_16u_byteswap.h [new file with mode: 0644]
kernels/volk/volk_16u_byteswappuppet_16u.h [new file with mode: 0644]
kernels/volk/volk_32f_64f_add_64f.h [new file with mode: 0644]
kernels/volk/volk_32f_64f_multiply_64f.h [new file with mode: 0644]
kernels/volk/volk_32f_8u_polarbutterfly_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_8u_polarbutterflypuppet_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_accumulator_s32f.h [new file with mode: 0644]
kernels/volk/volk_32f_acos_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_asin_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_atan_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_binary_slicer_32i.h [new file with mode: 0644]
kernels/volk/volk_32f_binary_slicer_8i.h [new file with mode: 0644]
kernels/volk/volk_32f_convert_64f.h [new file with mode: 0644]
kernels/volk/volk_32f_cos_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_exp_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_expfast_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_index_max_16u.h [new file with mode: 0644]
kernels/volk/volk_32f_index_max_32u.h [new file with mode: 0644]
kernels/volk/volk_32f_index_min_16u.h [new file with mode: 0644]
kernels/volk/volk_32f_index_min_32u.h [new file with mode: 0644]
kernels/volk/volk_32f_invsqrt_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_log2_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_null_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_32f_fm_detect_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_add_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_calc_spectral_noise_floor_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_convert_16i.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_convert_32i.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_convert_8i.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_mod_rangepuppet_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_multiply_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_normalize.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_power_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_s32f_mod_range_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_s32f_stddev_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_sin_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_sqrt_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_stddev_and_mean_32f_x2.h [new file with mode: 0644]
kernels/volk/volk_32f_tan_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_tanh_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_add_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_divide_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_dot_prod_16i.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_dot_prod_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_fm_detectpuppet_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_interleave_32fc.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_max_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_min_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_multiply_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_pow_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_s32f_interleave_16ic.h [new file with mode: 0644]
kernels/volk/volk_32f_x2_subtract_32f.h [new file with mode: 0644]
kernels/volk/volk_32f_x3_sum_of_poly_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_32f_add_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_32f_dot_prod_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_32f_multiply_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_accumulator_s32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_conjugate_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_convert_16ic.h [new file with mode: 0644]
kernels/volk/volk_32fc_deinterleave_32f_x2.h [new file with mode: 0644]
kernels/volk/volk_32fc_deinterleave_64f_x2.h [new file with mode: 0644]
kernels/volk/volk_32fc_deinterleave_imag_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_deinterleave_real_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_deinterleave_real_64f.h [new file with mode: 0644]
kernels/volk/volk_32fc_index_max_16u.h [new file with mode: 0644]
kernels/volk/volk_32fc_index_max_32u.h [new file with mode: 0644]
kernels/volk/volk_32fc_index_min_16u.h [new file with mode: 0644]
kernels/volk/volk_32fc_index_min_32u.h [new file with mode: 0644]
kernels/volk/volk_32fc_magnitude_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_magnitude_squared_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32f_atan2_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32f_deinterleave_real_16i.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32f_magnitude_16i.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32f_power_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32f_power_spectral_densitypuppet_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32f_power_spectrum_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32f_x2_power_spectral_density_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32fc_multiply_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32fc_rotatorpuppet_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_s32fc_x2_rotator_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_add_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_conjugate_dot_prod_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_divide_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_dot_prod_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_multiply_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_multiply_conjugate_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_s32f_square_dist_scalar_mult_32f.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_s32fc_multiply_conjugate_add_32fc.h [new file with mode: 0644]
kernels/volk/volk_32fc_x2_square_dist_32f.h [new file with mode: 0644]
kernels/volk/volk_32i_s32f_convert_32f.h [new file with mode: 0644]
kernels/volk/volk_32i_x2_and_32i.h [new file with mode: 0644]
kernels/volk/volk_32i_x2_or_32i.h [new file with mode: 0644]
kernels/volk/volk_32u_byteswap.h [new file with mode: 0644]
kernels/volk/volk_32u_byteswappuppet_32u.h [new file with mode: 0644]
kernels/volk/volk_32u_popcnt.h [new file with mode: 0644]
kernels/volk/volk_32u_popcntpuppet_32u.h [new file with mode: 0644]
kernels/volk/volk_32u_reverse_32u.h [new file with mode: 0644]
kernels/volk/volk_64f_convert_32f.h [new file with mode: 0644]
kernels/volk/volk_64f_x2_add_64f.h [new file with mode: 0644]
kernels/volk/volk_64f_x2_max_64f.h [new file with mode: 0644]
kernels/volk/volk_64f_x2_min_64f.h [new file with mode: 0644]
kernels/volk/volk_64f_x2_multiply_64f.h [new file with mode: 0644]
kernels/volk/volk_64u_byteswap.h [new file with mode: 0644]
kernels/volk/volk_64u_byteswappuppet_64u.h [new file with mode: 0644]
kernels/volk/volk_64u_popcnt.h [new file with mode: 0644]
kernels/volk/volk_64u_popcntpuppet_64u.h [new file with mode: 0644]
kernels/volk/volk_8i_convert_16i.h [new file with mode: 0644]
kernels/volk/volk_8i_s32f_convert_32f.h [new file with mode: 0644]
kernels/volk/volk_8ic_deinterleave_16i_x2.h [new file with mode: 0644]
kernels/volk/volk_8ic_deinterleave_real_16i.h [new file with mode: 0644]
kernels/volk/volk_8ic_deinterleave_real_8i.h [new file with mode: 0644]
kernels/volk/volk_8ic_s32f_deinterleave_32f_x2.h [new file with mode: 0644]
kernels/volk/volk_8ic_s32f_deinterleave_real_32f.h [new file with mode: 0644]
kernels/volk/volk_8ic_x2_multiply_conjugate_16ic.h [new file with mode: 0644]
kernels/volk/volk_8ic_x2_s32f_multiply_conjugate_32fc.h [new file with mode: 0644]
kernels/volk/volk_8u_conv_k7_r2puppet_8u.h [new file with mode: 0644]
kernels/volk/volk_8u_x2_encodeframepolar_8u.h [new file with mode: 0644]
kernels/volk/volk_8u_x3_encodepolar_8u_x2.h [new file with mode: 0644]
kernels/volk/volk_8u_x3_encodepolarpuppet_8u.h [new file with mode: 0644]
kernels/volk/volk_8u_x4_conv_k7_r2_8u.h [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/constants.c.in [new file with mode: 0644]
lib/kernel_tests.h [new file with mode: 0644]
lib/qa_utils.cc [new file with mode: 0644]
lib/qa_utils.h [new file with mode: 0644]
lib/testqa.cc [new file with mode: 0644]
lib/volk_malloc.c [new file with mode: 0644]
lib/volk_prefs.c [new file with mode: 0644]
lib/volk_rank_archs.c [new file with mode: 0644]
lib/volk_rank_archs.h [new file with mode: 0644]
python/volk_modtool/CMakeLists.txt [new file with mode: 0644]
python/volk_modtool/README.md [new file with mode: 0644]
python/volk_modtool/__init__.py [new file with mode: 0644]
python/volk_modtool/cfg.py [new file with mode: 0644]
python/volk_modtool/volk_modtool [new file with mode: 0755]
python/volk_modtool/volk_modtool_generate.py [new file with mode: 0644]
scripts/ci/download_intel_sde.sh [new file with mode: 0755]
scripts/licensing/count_contrib.sh [new file with mode: 0755]
scripts/tools/release.sh [new file with mode: 0755]
scripts/tools/run_citations_update.py [new file with mode: 0644]
scripts/tools/update_citations.sh [new file with mode: 0755]
tmpl/volk.pc.in [new file with mode: 0644]
tmpl/volk.tmpl.c [new file with mode: 0644]
tmpl/volk.tmpl.h [new file with mode: 0644]
tmpl/volk_config_fixed.tmpl.h [new file with mode: 0644]
tmpl/volk_cpu.tmpl.c [new file with mode: 0644]
tmpl/volk_cpu.tmpl.h [new file with mode: 0644]
tmpl/volk_machine_xxx.tmpl.c [new file with mode: 0644]
tmpl/volk_machines.tmpl.c [new file with mode: 0644]
tmpl/volk_machines.tmpl.h [new file with mode: 0644]
tmpl/volk_typedefs.tmpl.h [new file with mode: 0644]