dev
Fix potential NULL pointer dereference in ZSTD_customCalloc when custom allocator fails
fix conversion warning
bitstream: fix `BIT_readBits` and `BIT_reloadDStream` prototypes
- 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()
Disallow 32-bit mode in clang section
[debug] Don't define g_debuglevel in the kernel
Oopsie with huf.h, debug.h
revert FSE_readNCount_body attribute
add dedicated error code for special case
Remove extern C blocks from lib/* internal APIs (except xxhash.h)
minor: generalize BitContainerType
Throw error if Huffman weight initial states are truncated
Use _M_X64 only without mixing with _M_AMD64
avoid potential RC on ctx->threadLimit, code review; closes gh-4547; replaces gh-4558
Add a method for checking if ZSTD was compiled with flags that impact determinism
🔧 Fix memory leak in pthread init functions on failure
update license text
[zstd][android] Fix build with NDK r27
Merge pull request #4218 from facebook/externC