]> git.ipfire.org Git - thirdparty/zstd.git/commit
Do not vary row matchfinder selection based on availability of SSE2/Neon 4230/head
authorVictor Zhang <csv@meta.com>
Fri, 3 Jan 2025 17:35:18 +0000 (09:35 -0800)
committerVictor Zhang <csv@meta.com>
Fri, 3 Jan 2025 17:35:18 +0000 (09:35 -0800)
commitd88651e6041995243c8cd6884bbc44c279ab80d2
treedb7efd0d2aa499aa76036b0c70e548a6921f0773
parent1548bfc3497f45399daab58bcec4ab06a0878af1
Do not vary row matchfinder selection based on availability of SSE2/Neon

Move towards a stronger guarantee of reproducibility by removing this small difference for machines without SSE2/Neon.
The SIMD behavior is now the default for all platforms.
lib/compress/zstd_compress.c