Files
zstd-rs/lib/common
Yann Collet a556559841 no longer limit automated BMI2 detection to x64
this was previously no triggered in x86 32-bit mode,
due to a limitation in `bitstream.h`, that was fixed in #4248.

Now, `bmi2` will be automatically detected and triggered
at compilation time, if the corresponding instruction set is enabled,
even in 32-bit mode.

Also: updated library documentation, to feature STATIC_BMI2 build variable
2025-01-19 00:08:57 -08:00
..
2024-12-04 06:47:32 -08:00
2024-12-18 09:56:50 -08:00
2025-01-19 02:36:00 +02:00
2023-11-16 16:19:25 -08:00