aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash/xxhash.zig
AgeCommit message (Expand)Author
2025-08-30std.hash.xxhash: disable xxhash3 test on all mips64 targetsAlex Rønne Petersen
2025-06-01Legalize: implement scalarization of `@shuffle`Jacob Young
2025-05-08std: Disable `hash.xxhash.test.xxhash3` on MIPS N32.Alex Rønne Petersen
2024-12-15correct the hint in `XxHash3`David Rubin
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-21std: update eval branch quotas after bdbc485mlugg
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-17XXH3 Implementation for Zig STD (#17530)David
2023-09-02std/hash: perform iterative + smhasher tests at comptimeMarc Tiehuis
2023-09-02std/hash: add generic tests for idempotency/iterative apiMarc Tiehuis
2023-09-02std/hash: add smhasher verification testsMarc Tiehuis
2023-07-24Xxhash perf (#15947)Dominic
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-02Fix std.hash benchmarks (#15917)Frank Denis
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-02-21std.hash: use std.math.rotl in Xxhash64 and Xxhash32dweiller
2023-02-20std.hash: add XxHash64 and XxHash32dweiller