aboutsummaryrefslogtreecommitdiff
path: root/core/hash/xxhash
Commit message (Expand)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-285-5/+5
* Render examples.Jeroen van Rijn2025-10-104-8/+8
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* package lines for core:hashJeroen van Rijn2025-10-091-3/+5
* Skip bounds checking on the inner accumulate loop.Barinzaya2025-07-311-2/+2
* Remove favor_size attributes inhibiting SIMD optimizations.Barinzaya2025-07-311-11/+0
* Various minor changes in XXH3.Barinzaya2025-07-311-19/+17
* Add static SIMD support to XXH3 in core:hash/xxhash.Barinzaya2025-07-314-4/+137
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-035-2/+7
* Fix `-vet-tabs` issuesgingerBill2024-08-241-9/+9
* fix `@(optimization_mode)` usage in builtin collectionsLaytan Laats2024-07-084-63/+63
* More style improvementsgingerBill2024-06-291-10/+11
* Fix free bug not using the correct allocatorgingerBill2024-03-272-10/+10
* 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