We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfa660 commit fd5498aCopy full SHA for fd5498a
lib/README.md
@@ -193,6 +193,10 @@ The file structure is designed to make this selection manually achievable for an
193
and assembly decoding loops. You may want to use this macro if these loops are
194
slower on your platform.
195
196
+- The macro `ZSTD_USE_C90_QSORT` forces usage of C90's `qsort()`,
197
+ for situations where the code cannot determine that `qsort_r()` is not supported,
198
+ such as, for example, older versions of `musl`.
199
+
200
#### Windows : using MinGW+MSYS to create DLL
201
202
DLL can be created using MinGW+MSYS with the `make libzstd` command.
0 commit comments