dev
initial commit
reduce the amount of includes in "cover.h"
AArch64: Add SVE2 implementation of histogram computation
add an assert
fix: adjust LDM params in estimate functions to prevent SIGFPE (issue #4590)
Merge pull request #4317 from hirohira9119/fix-function-signature
codemod: symbolEncodingType_e -> SymbolEncodingType_e
fix root cause of #3416
codemod: ZSTD_defaultPolicy_e -> ZSTD_DefaultPolicy_e
codemod: repcodes_t -> Repcodes_t
Remove extern C blocks from lib/* internal APIs (except xxhash.h)
codemod: ZSTD_matchState_t -> ZSTD_MatchState_t
Merge pull request #4218 from facebook/externC
- Modify the GCC version used for CI testing of the RISCV architecture - Fix a bug in the ZSTD_row_getRVVMask function - Improve some performance for ZSTD_copy16()
Fix unintended high memory usage
simplify sequence resolution in zstd_opt
added a test
Merge pull request #4419 from AZero13/patch-1
Revert "pass dictionary loading method as parameter"