zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Add xxh3 RISCV-V implementation from xxhash repo.

Open BoBoDai opened this issue 4 months ago • 5 comments

This pr resolved #4471 .

Add RISCV-V implementation from xxhash repo.

Relevant performance tests are reflected in xxHash pr #1070 and #1066

I conducted testing by replacing the hash function in the fuzzer and conduct testing through qemu.

thread pool tests OK
1085 fuzzer tests completed

Although zstd does not currently use xxh3, this will better support teams who wish to use zstd and xxh3 on RISCV devices.

BoBoDai avatar Sep 10 '25 08:09 BoBoDai