mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-09-11 03:03:48 +00:00
Introduce xxhash into third_party (#837)
This commit is contained in:
parent
5f1e129222
commit
8b62bff364
64 changed files with 64397 additions and 0 deletions
12
third_party/xxhash/tests/bench/.gitignore
vendored
Normal file
12
third_party/xxhash/tests/bench/.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
// clang-format off
|
||||
# build artifacts
|
||||
|
||||
*.o
|
||||
benchHash
|
||||
benchHash32
|
||||
benchHash_avx2
|
||||
benchHash_hw
|
||||
|
||||
# test files
|
||||
|
||||
test*
|
Loading…
Add table
Add a link
Reference in a new issue