File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -193,11 +193,10 @@ The file structure is designed to make this selection manually achievable for an
193
193
and assembly decoding loops. You may want to use this macro if these loops are
194
194
slower on your platform.
195
195
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 ` .
201
200
202
201
#### Windows : using MinGW+MSYS to create DLL
203
202
You can’t perform that action at this time.
0 commit comments