- ef2bf57 Merge pull request #4276 from facebook/fix_patchfrom_hc_speed by Yann Collet · 1 year, 2 months ago
- 23e5f80 Revert "pass dictionary loading method as parameter" by Yann Collet · 1 year, 2 months ago
- c7cd7dc better MT fluidity by Yann Collet · 1 year, 2 months ago
- f11bd19 ensure cdict is properly reset to NULL by Yann Collet · 1 year, 2 months ago
- 7406d2b skips the need to create a temporary cdict for --patch-from by Yann Collet · 1 year, 2 months ago
- 220abe6 reduced memory usage by Yann Collet · 1 year, 2 months ago
- 85a44b2 always free .cdictLocal by Yann Collet · 1 year, 2 months ago
- e637fc6 update type naming convention by Yann Collet · 1 year, 2 months ago
- 34ba144 minor boundary change by Yann Collet · 1 year, 2 months ago
- ffa66a6 fix speed of --patch-from at high compression mode by Yann Collet · 1 year, 2 months ago
- 30e0f29 Merge pull request #4287 from facebook/warn_error by Yann Collet · 1 year, 2 months ago
- 2949252 fix minor conversion warnings by Yann Collet · 1 year, 2 months ago
- e87d159 more %zu warnings fixes by Yann Collet · 1 year, 2 months ago
- 590c224 fix more %zu warnings by Yann Collet · 1 year, 2 months ago
- f9c1850 fix minor printf argument limitation on older mingw by Yann Collet · 1 year, 2 months ago
- e117d79 fix minor alignment warning by Yann Collet · 1 year, 2 months ago
- c39424e fix minor alignment warning by Yann Collet · 1 year, 2 months ago
- 32dff04 fix one minor alignment warning by Yann Collet · 1 year, 2 months ago
- 5883ee6 make visual studio tests error out on warnings by Yann Collet · 1 year, 2 months ago
- 8156a19 Merge pull request #4286 from facebook/visual_clang_avx2 by Yann Collet · 1 year, 2 months ago
- 54e9d46 added __clang__ to compiler-specific alignment attribute by Yann Collet · 1 year, 2 months ago
- bcf404c changed C11 keyword to _Alignas by Yann Collet · 1 year, 2 months ago
- 6e1d02f adding a Visual + ClangCL + AVX2 compilation test by Yann Collet · 1 year, 2 months ago
- 26a2b5d Merge pull request #4265 from pps83/static-bmi2-check by Yann Collet · 1 year, 2 months ago
- 086ddcd Merge pull request #4271 from tsdgeos/removedupe by Yann Collet · 1 year, 2 months ago
- b55ff3c Merge pull request #4278 from facebook/bench_x100 by Yann Collet · 1 year, 2 months ago
- 60f84f7 bench: better result alignment by Yann Collet · 1 year, 2 months ago
- 283fbd2 Merge pull request #4264 from pps83/dev-static-bmi2 by Yann Collet · 1 year, 2 months ago
- de7c8b9 cmake: Remove duplicated line by Albert Astals Cid · 1 year, 2 months ago
- 6a65a43 Merge pull request #4269 from luau-project/fix-rc-include by Yann Collet · 1 year, 2 months ago
- be1bf24 fix: quote include directory for resource compiler by luau-project · 1 year, 2 months ago
- 1d088ba Merge pull request #4260 from gcabiddu/compress_sequences_kernel by Yann Collet · 1 year, 2 months ago
- 92be4be [linux] Expose ZSTD_compressSequencesAndLiterals() in the kernel by Giovanni Cabiddu · 1 year, 3 months ago
- 6cd4204 CI: build with CMake on source directory with spaces to reproduce #4268 by luau-project · 1 year, 2 months ago
- ab54285 Merge pull request #4266 from pps83/rm-ZSTD_decompressSequences_t by Yann Collet · 1 year, 2 months ago
- 0cda010 fix formatting by Pavel P · 1 year, 3 months ago
- f7e8fc3 Check `STATIC_BMI2` instead of `STATIC_BMI2 == 1` by Pavel P · 1 year, 3 months ago
- 0a18362 Reorder __BMI2__ check by Pavel P · 1 year, 3 months ago
- d486ccc Update comment for STATIC_BMI2 macro by Pavel P · 1 year, 3 months ago
- 1b15e88 Move STATIC_BMI2 block as-is to portability_macros.h by Pavel P · 1 year, 3 months ago
- 59afb28 Remove unused ZSTD_decompressSequences_t typedef by Pavel P · 1 year, 3 months ago
- ea0aa03 Merge pull request #4263 from pps83/dev-dyn-bmi2 by Yann Collet · 1 year, 3 months ago
- 1204626 Check `DYNAMIC_BMI2` instead of `DYNAMIC_BMI2 != 0` by Pavel P · 1 year, 3 months ago
- a7b59bc Merge pull request #4257 from pps83/dev-x64test by Yann Collet · 1 year, 3 months ago
- 55c0c5b Merge pull request #4258 from pps83/dev-ZSTD_ALIGNED by Yann Collet · 1 year, 3 months ago
- 2ef57cf Merge pull request #4259 from Treata11/dev by Yann Collet · 1 year, 3 months ago
- 45c0e72 Instructions for Apple Framework builds by Treata11 · 1 year, 3 months ago
- becef67 Build: Revert min version to 3.10 by Treata11 · 1 year, 3 months ago
- 03d5ad6 Ignore generated framework artifacts by Treata11 · 1 year, 3 months ago
- 897cec3 Build: Add support for Apple frameworks by Treata11 · 1 year, 3 months ago
- a0872a8 Implement ZSTD_ALIGNED for ms compiler by Pavel P · 1 year, 3 months ago
- 6c1d1cc Use _M_X64 only without mixing with _M_AMD64 by Pavel P · 1 year, 3 months ago
- f7c7553 Merge pull request #4255 from facebook/dependabot/github_actions/github/codeql-action-3.28.1 by Yann Collet · 1 year, 3 months ago
- cf01bbf Merge pull request #4254 from facebook/dependabot/github_actions/cygwin/cygwin-install-action-5 by Yann Collet · 1 year, 3 months ago
- 056492e Update dev-short-tests.yml by Yann Collet · 1 year, 3 months ago
- 5b9c5d4 Bump github/codeql-action from 3.27.1 to 3.28.1 by dependabot[bot] · 1 year, 3 months ago
- e39ed41 Bump cygwin/cygwin-install-action from 4 to 5 by dependabot[bot] · 1 year, 3 months ago
- 48b186f Merge pull request #4253 from facebook/BitContainerType by Yann Collet · 1 year, 3 months ago
- 0c335c9 Merge pull request #4252 from facebook/x32_dynamicBmi2 by Yann Collet · 1 year, 3 months ago
- 82346b9 minor: generalize BitContainerType by Yann Collet · 1 year, 3 months ago
- 4bbf4a2 enable DYNAMIC_BMI2 by default on x86 (32-bit mode) by Yann Collet · 1 year, 3 months ago
- 9fbed33 Merge pull request #4251 from facebook/x32_bmi2 by Yann Collet · 1 year, 3 months ago
- a556559 no longer limit automated BMI2 detection to x64 by Yann Collet · 1 year, 3 months ago
- e475dc4 Merge pull request #4250 from facebook/x86_32_avx2 by Yann Collet · 1 year, 3 months ago
- d2d7461 also add `-mbmi2` to the compilation test by Yann Collet · 1 year, 3 months ago
- 27d7940 minor: cosmetic, indentation by Yann Collet · 1 year, 3 months ago
- 0501095 added -DSTATIC_BMI2=1 for the -mavx2 test by Yann Collet · 1 year, 3 months ago
- f0b5f65 fixed minor static function declaration issue by Yann Collet · 1 year, 3 months ago
- 35edbc2 added avx2 (x64) compilation test by Yann Collet · 1 year, 3 months ago
- 9efb097 added a CI test for x86 32-bit + avx2 combination by Yann Collet · 1 year, 3 months ago
- a469e7c Merge pull request #4248 from pps83/dev-bzhi32 by Yann Collet · 1 year, 3 months ago
- 167b004 Merge pull request #4246 from pps83/dev-asmx64-win by Yann Collet · 1 year, 3 months ago
- eb2ceb4 Merge pull request #4249 from facebook/zds_nonnull by Yann Collet · 1 year, 3 months ago
- fcd684b update sizeof check by Pavel P · 1 year, 3 months ago
- d60c4d7 remove unrelated changes by Pavel P · 1 year, 3 months ago
- 462484d change to BitContainerType by Pavel P · 1 year, 3 months ago
- 26e5fb3 handle 32bit size_t when building for x64 by Pavel P · 1 year, 3 months ago
- 936927a handle 32bit size_t when building for x64 by Pavel P · 1 year, 3 months ago
- e8de808 minor: assert that state is not null by Yann Collet · 1 year, 3 months ago
- 053e4be Merge pull request #4247 from facebook/test_endMsg by Yann Collet · 1 year, 3 months ago
- 4f3311f CI: replaced shortest target by check by Yann Collet · 1 year, 3 months ago
- ee17f4c Use _bzhi_u32 for 32-bit builds when building with STATIC_BMI2 by Pavel P · 1 year, 3 months ago
- 46e17b8 [asm] Enable x86_64 asm for windows builds by Pavel P · 1 year, 3 months ago
- 7827514 Added a final success message at end of tests by Yann Collet · 1 year, 3 months ago
- c8243b4 Merge pull request #4242 from lalakii/dev by Yann Collet · 1 year, 3 months ago
- 319dc29 Merge pull request #4235 from facebook/bench_nbThreads by Yann Collet · 1 year, 3 months ago
- 19025f3 Merge pull request #4238 from szsam/patch-1 by Yann Collet · 1 year, 3 months ago
- 33747e2 Merge pull request #4232 from facebook/convertSequences_SSE by Yann Collet · 1 year, 3 months ago
- 87f0a4f restore full equation by Yann Collet · 1 year, 3 months ago
- 8bff69a Alignment instruction ZSTD_ALIGNED() in common/compiler.h by Yann Collet · 1 year, 3 months ago
- 2f3ee8b changed code compilation test to employ ZSTD_ARCH_X86_AVX2 by Yann Collet · 1 year, 3 months ago
- debe3d2 removed unused branch by Yann Collet · 1 year, 3 months ago
- 6f8e6f3 create new compilation macro ZSTD_ARCH_X86_AVX2 by Yann Collet · 1 year, 3 months ago
- e3181cf minor code doc update by Yann Collet · 1 year, 3 months ago
- aa2cdf9 added compilation-time checks to ensure AVX2 code is valid by Yann Collet · 1 year, 3 months ago
- 57a4554 removed unused variable by Yann Collet · 1 year, 3 months ago
- 4aaf9ce fix minor conversion warning by Yann Collet · 1 year, 3 months ago
- db3d488 no need for specialized variant by Yann Collet · 1 year, 3 months ago
- cd53924 removed erroneous #includes by Yann Collet · 1 year, 3 months ago
- ed0a8b8 AVX2 version of ZSTD_get1BlockSummary() by Yann Collet · 1 year, 3 months ago