forked from Vita3K/Vita3K
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
external: update xxHash to version v0.8.3
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule xxHash
updated
30 files
+86 −72 | .github/workflows/ci.yml | |
+72 −0 | .github/workflows/scorecard.yml | |
+12 −3 | .gitignore | |
+0 −142 | .travis.yml | |
+9 −0 | CHANGELOG | |
+1 −0 | Doxyfile | |
+1 −0 | Doxyfile-internal | |
+68 −19 | Makefile | |
+48 −30 | README.md | |
+51 −0 | cli/xsum_arch.c | |
+4 −1 | cli/xsum_arch.h | |
+7 −3 | cli/xsum_bench.c | |
+17 −2 | cli/xsum_os_specific.c | |
+47 −8 | cli/xsum_sanity_check.c | |
+81 −20 | cli/xxhsum.1 | |
+40 −17 | cli/xxhsum.1.md | |
+412 −80 | cli/xxhsum.c | |
+12 −0 | clib.json | |
+9 −25 | cmake_unofficial/CMakeLists.txt | |
+11 −0 | fuzz/fuzzer.c | |
+1 −0 | tests/bench/.gitignore | |
+5 −2 | tests/bench/Makefile | |
+8 −5 | tests/collisions/Makefile | |
+99 −73 | tests/collisions/main.c | |
+52 −12 | tests/sanity_test.c | |
+6 −6 | tests/sanity_test_vectors_generator.c | |
+15 −39 | xxh_x86dispatch.c | |
+9 −1 | xxh_x86dispatch.h | |
+3 −4 | xxhash.c | |
+890 −425 | xxhash.h |