Import highway_1.0.2.orig.tar.gz
authorMathieu Malaterre <malat@debian.org>
Wed, 2 Nov 2022 14:55:21 +0000 (14:55 +0000)
committerMathieu Malaterre <malat@debian.org>
Wed, 2 Nov 2022 14:55:21 +0000 (14:55 +0000)
commit6e7cc8a3f88ceec9c29e8b535a5f9c0c25f0b1ea
tree015abe490ecddfcecc3a0f22959e29084ba2fded
Import highway_1.0.2.orig.tar.gz

[dgit import orig highway_1.0.2.orig.tar.gz]
148 files changed:
.github/workflows/build_test.yml [new file with mode: 0644]
BUILD [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CMakeLists.txt.in [new file with mode: 0644]
CONTRIBUTING [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
WORKSPACE [new file with mode: 0644]
cmake/FindAtomics.cmake [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
g3doc/design_philosophy.md [new file with mode: 0644]
g3doc/faq.md [new file with mode: 0644]
g3doc/highway_intro.pdf [new file with mode: 0644]
g3doc/impl_details.md [new file with mode: 0644]
g3doc/instruction_matrix.pdf [new file with mode: 0644]
g3doc/quick_reference.md [new file with mode: 0644]
g3doc/release_testing_process.md [new file with mode: 0644]
hwy.gni [new file with mode: 0644]
hwy/aligned_allocator.cc [new file with mode: 0644]
hwy/aligned_allocator.h [new file with mode: 0644]
hwy/aligned_allocator_test.cc [new file with mode: 0644]
hwy/base.h [new file with mode: 0644]
hwy/base_test.cc [new file with mode: 0644]
hwy/cache_control.h [new file with mode: 0644]
hwy/contrib/algo/copy-inl.h [new file with mode: 0644]
hwy/contrib/algo/copy_test.cc [new file with mode: 0644]
hwy/contrib/algo/find-inl.h [new file with mode: 0644]
hwy/contrib/algo/find_test.cc [new file with mode: 0644]
hwy/contrib/algo/transform-inl.h [new file with mode: 0644]
hwy/contrib/algo/transform_test.cc [new file with mode: 0644]
hwy/contrib/dot/dot-inl.h [new file with mode: 0644]
hwy/contrib/dot/dot_test.cc [new file with mode: 0644]
hwy/contrib/image/image.cc [new file with mode: 0644]
hwy/contrib/image/image.h [new file with mode: 0644]
hwy/contrib/image/image_test.cc [new file with mode: 0644]
hwy/contrib/math/math-inl.h [new file with mode: 0644]
hwy/contrib/math/math_test.cc [new file with mode: 0644]
hwy/contrib/sort/BUILD [new file with mode: 0644]
hwy/contrib/sort/README.md [new file with mode: 0644]
hwy/contrib/sort/algo-inl.h [new file with mode: 0644]
hwy/contrib/sort/bench_parallel.cc [new file with mode: 0644]
hwy/contrib/sort/bench_sort.cc [new file with mode: 0644]
hwy/contrib/sort/print_network.cc [new file with mode: 0644]
hwy/contrib/sort/result-inl.h [new file with mode: 0644]
hwy/contrib/sort/shared-inl.h [new file with mode: 0644]
hwy/contrib/sort/sort_test.cc [new file with mode: 0644]
hwy/contrib/sort/sorting_networks-inl.h [new file with mode: 0644]
hwy/contrib/sort/traits-inl.h [new file with mode: 0644]
hwy/contrib/sort/traits128-inl.h [new file with mode: 0644]
hwy/contrib/sort/vqsort-inl.h [new file with mode: 0644]
hwy/contrib/sort/vqsort.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort.h [new file with mode: 0644]
hwy/contrib/sort/vqsort_128a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_128d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_f32a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_f32d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_f64a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_f64d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_i16a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_i16d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_i32a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_i32d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_i64a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_i64d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_kv128a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_kv128d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_kv64a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_kv64d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_u16a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_u16d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_u32a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_u32d.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_u64a.cc [new file with mode: 0644]
hwy/contrib/sort/vqsort_u64d.cc [new file with mode: 0644]
hwy/detect_compiler_arch.h [new file with mode: 0644]
hwy/detect_targets.h [new file with mode: 0644]
hwy/examples/benchmark.cc [new file with mode: 0644]
hwy/examples/skeleton-inl.h [new file with mode: 0644]
hwy/examples/skeleton.cc [new file with mode: 0644]
hwy/examples/skeleton.h [new file with mode: 0644]
hwy/examples/skeleton_test.cc [new file with mode: 0644]
hwy/foreach_target.h [new file with mode: 0644]
hwy/highway.h [new file with mode: 0644]
hwy/highway_export.h [new file with mode: 0644]
hwy/highway_test.cc [new file with mode: 0644]
hwy/hwy.version [new file with mode: 0644]
hwy/nanobenchmark.cc [new file with mode: 0644]
hwy/nanobenchmark.h [new file with mode: 0644]
hwy/nanobenchmark_test.cc [new file with mode: 0644]
hwy/ops/arm_neon-inl.h [new file with mode: 0644]
hwy/ops/arm_sve-inl.h [new file with mode: 0644]
hwy/ops/emu128-inl.h [new file with mode: 0644]
hwy/ops/generic_ops-inl.h [new file with mode: 0644]
hwy/ops/rvv-inl.h [new file with mode: 0644]
hwy/ops/scalar-inl.h [new file with mode: 0644]
hwy/ops/set_macros-inl.h [new file with mode: 0644]
hwy/ops/shared-inl.h [new file with mode: 0644]
hwy/ops/wasm_128-inl.h [new file with mode: 0644]
hwy/ops/wasm_256-inl.h [new file with mode: 0644]
hwy/ops/x86_128-inl.h [new file with mode: 0644]
hwy/ops/x86_256-inl.h [new file with mode: 0644]
hwy/ops/x86_512-inl.h [new file with mode: 0644]
hwy/per_target.cc [new file with mode: 0644]
hwy/per_target.h [new file with mode: 0644]
hwy/print-inl.h [new file with mode: 0644]
hwy/print.cc [new file with mode: 0644]
hwy/print.h [new file with mode: 0644]
hwy/targets.cc [new file with mode: 0644]
hwy/targets.h [new file with mode: 0644]
hwy/targets_test.cc [new file with mode: 0644]
hwy/tests/arithmetic_test.cc [new file with mode: 0644]
hwy/tests/blockwise_shift_test.cc [new file with mode: 0644]
hwy/tests/blockwise_test.cc [new file with mode: 0644]
hwy/tests/combine_test.cc [new file with mode: 0644]
hwy/tests/compare_test.cc [new file with mode: 0644]
hwy/tests/compress_test.cc [new file with mode: 0644]
hwy/tests/convert_test.cc [new file with mode: 0644]
hwy/tests/crypto_test.cc [new file with mode: 0644]
hwy/tests/demote_test.cc [new file with mode: 0644]
hwy/tests/float_test.cc [new file with mode: 0644]
hwy/tests/hwy_gtest.h [new file with mode: 0644]
hwy/tests/if_test.cc [new file with mode: 0644]
hwy/tests/interleaved_test.cc [new file with mode: 0644]
hwy/tests/list_targets.cc [new file with mode: 0644]
hwy/tests/logical_test.cc [new file with mode: 0644]
hwy/tests/mask_mem_test.cc [new file with mode: 0644]
hwy/tests/mask_test.cc [new file with mode: 0644]
hwy/tests/memory_test.cc [new file with mode: 0644]
hwy/tests/mul_test.cc [new file with mode: 0644]
hwy/tests/reduction_test.cc [new file with mode: 0644]
hwy/tests/reverse_test.cc [new file with mode: 0644]
hwy/tests/shift_test.cc [new file with mode: 0644]
hwy/tests/swizzle_test.cc [new file with mode: 0644]
hwy/tests/test_util-inl.h [new file with mode: 0644]
hwy/tests/test_util.cc [new file with mode: 0644]
hwy/tests/test_util.h [new file with mode: 0644]
hwy/tests/test_util_test.cc [new file with mode: 0644]
libhwy-contrib.pc.in [new file with mode: 0644]
libhwy-test.pc.in [new file with mode: 0644]
libhwy.pc.in [new file with mode: 0644]
preamble.js.lds [new file with mode: 0644]
run_tests.bat [new file with mode: 0644]
run_tests.sh [new file with mode: 0755]