Document the BMI2 default() functions

This commit is contained in:
Nick Terrell
2020-08-24 14:44:33 -07:00
parent cebe0b5c0b
commit 6d2f750b37
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -484,6 +484,7 @@ void ZSTD_buildFSETable_body(ZSTD_seqSymbol* dt,
}
}
/* Avoids the FORCE_INLINE of the _body() function. */
static void ZSTD_buildFSETable_body_default(ZSTD_seqSymbol* dt,
const short* normalizedCounter, unsigned maxSymbolValue,
const U32* baseValue, const U32* nbAdditionalBits,