Skip to content

Commit

Permalink
thirdparty: update zstd to latest release 1.5.6 (#21124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 28, 2024
1 parent 64a3369 commit 872bcbc
Show file tree
Hide file tree
Showing 3 changed files with 3,764 additions and 3,450 deletions.
12 changes: 7 additions & 5 deletions thirdparty/zstd/README.md
@@ -1,5 +1,7 @@
Need patch zstd.c:
#if defined(__TINYC__) && defined(_WIN32)
#undef ZSTD_MULTITHREAD
#define ZSTD_NO_INTRINSICS
#endif
zstd.c patch:
```c
#if defined(__TINYC__) && defined(\_WIN32)
#undef ZSTD_MULTITHREAD
#define ZSTD_NO_INTRINSICS
#endif
```

0 comments on commit 872bcbc

Please sign in to comment.