aboutsummaryrefslogtreecommitdiff
path: root/core/hash/xxhash
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-285-6/+6
* Remove `auto_cast`gingerBill2023-01-161-1/+1
* [xxhash] For the streaming tests, randomly select the size to use.Jeroen van Rijn2022-05-021-1/+3
* [xxhash] Add tests for large inputsJeroen van Rijn2022-05-022-1/+3
* [xxh3] Fix flaws in streaming implementationJeroen van Rijn2022-05-011-4/+4
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-151-1/+1
* Correct `XXH_DISABLE_PREFETCH` usagegingerBill2021-09-181-3/+1
* Merge branch 'master' into llvm-12.0.1-windowsgingerBill2021-09-185-184/+609
|\
| * xxhash: Add tests for streaming input.Jeroen van Rijn2021-09-151-12/+12
| * Finish xxHash implementation.Jeroen van Rijn2021-09-155-551/+439
| * Add XXH3-64 + tests.Jeroen van Rijn2021-09-131-126/+142
| * xxhash: Extra (generated) tests.Jeroen van Rijn2021-09-112-130/+646
* | Add `intrinsics.prefetch_*` proceduresgingerBill2021-09-111-10/+7
|/
* xxhash: Disable prefetch on Linux.Jeroen van Rijn2021-09-111-1/+4
* xxhash: Fix test on Linux.Jeroen van Rijn2021-09-111-1/+3
* xxhash: Add XXH3_128 + test vectors.Jeroen van Rijn2021-09-113-4/+937
* Make -vet happy.Jeroen van Rijn2021-09-091-4/+0
* Add xxhash tests to CI.Jeroen van Rijn2021-09-091-82/+1
* Add xxhash benchmark.Jeroen van Rijn2021-09-091-1/+86
* xxhash: Initial implementations.Jeroen van Rijn2021-09-093-0/+691