[compress] Support BMI2

This commit is contained in:
Nick Terrell
2018-02-14 19:20:32 -08:00
parent 4319132312
commit b58f01537e
6 changed files with 331 additions and 194 deletions
+1
View File
@@ -170,6 +170,7 @@ struct ZSTD_CCtx_params_s {
struct ZSTD_CCtx_s {
ZSTD_compressionStage_e stage;
int cParamsChanged; /* == 1 if cParams(except wlog) or compression level are changed in requestedParams. Triggers transmission of new params to ZSTDMT (if available) then reset to 0. */
int bmi2;
ZSTD_CCtx_params requestedParams;
ZSTD_CCtx_params appliedParams;
U32 dictID;