Skip to content

Commit ddcb41a

Browse files
committed
updated documentation
1 parent a9b8fef commit ddcb41a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,10 @@ The file structure is designed to make this selection manually achievable for an
193193
and assembly decoding loops. You may want to use this macro if these loops are
194194
slower on your platform.
195195

196-
- The macro `ZDICT_QSORT` can enforce selection of a specific sorting variant.
197-
It can be notably set as `ZDICT_QSORT=ZDICT_QSORT_C90`,
198-
for situations where autodetection fails,
199-
for example with older versions of `musl`.
200-
Other selectable suffixes are `_GNU`, `_APPLE` and `_MSVC`.
196+
- The macro `ZDICT_QSORT` can enforce selection of a specific sorting variant,
197+
which is useful when autodetection fails, for example with older versions of `musl`.
198+
For this scenario, it can be set as `ZDICT_QSORT=ZDICT_QSORT_C90`.
199+
Other selectable suffixes are `_GNU`, `_APPLE`, `_MSVC` and `_C11`.
201200

202201
#### Windows : using MinGW+MSYS to create DLL
203202

0 commit comments

Comments
 (0)