]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated documentation
authorYann Collet <cyan@fb.com>
Tue, 11 Mar 2025 21:10:11 +0000 (14:10 -0700)
committerYann Collet <cyan@fb.com>
Tue, 11 Mar 2025 21:10:35 +0000 (14:10 -0700)
lib/README.md

index 83bf00c192e32808627fe9f078b9ffa5d86efe8c..89e53e6c85b3e2ebc5008a9a52baa75b79e3a402 100644 (file)
@@ -193,11 +193,10 @@ The file structure is designed to make this selection manually achievable for an
   and assembly decoding loops. You may want to use this macro if these loops are
   slower on your platform.
 
-- The macro `ZDICT_QSORT` can enforce selection of a specific sorting variant.
-  It can be notably set as `ZDICT_QSORT=ZDICT_QSORT_C90`,
-  for situations where autodetection fails,
-  for example with older versions of `musl`.
-  Other selectable suffixes are `_GNU`, `_APPLE` and `_MSVC`.
+- The macro `ZDICT_QSORT` can enforce selection of a specific sorting variant,
+  which is useful when autodetection fails, for example with older versions of `musl`.
+  For this scenario, it can be set as `ZDICT_QSORT=ZDICT_QSORT_C90`.
+  Other selectable suffixes are `_GNU`, `_APPLE`, `_MSVC` and `_C11`.
 
 #### Windows : using MinGW+MSYS to create DLL