zstd/lib/decompress
Yann Collet fe5d27062e disable prefetch-decode for 32-bits target
This decoder variant is detrimental to x86 architecture
likely due to register pressure.

Note that the variant is disabled for all 32-bits targets.
It's unclear if it would help for different architectures,
such as ARM, MIPS or PowerPC.
2017-03-02 17:09:21 -08:00
..
huf_decompress.c reduced ZSTD_DDict memory usage 2017-02-27 00:27:30 -08:00
zstd_decompress.c disable prefetch-decode for 32-bits target 2017-03-02 17:09:21 -08:00