updated documentation
This commit is contained in:
+4
-5
@@ -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
|
and assembly decoding loops. You may want to use this macro if these loops are
|
||||||
slower on your platform.
|
slower on your platform.
|
||||||
|
|
||||||
- The macro `ZDICT_QSORT` can enforce selection of a specific sorting variant.
|
- The macro `ZDICT_QSORT` can enforce selection of a specific sorting variant,
|
||||||
It can be notably set as `ZDICT_QSORT=ZDICT_QSORT_C90`,
|
which is useful when autodetection fails, for example with older versions of `musl`.
|
||||||
for situations where autodetection fails,
|
For this scenario, it can be set as `ZDICT_QSORT=ZDICT_QSORT_C90`.
|
||||||
for example with older versions of `musl`.
|
Other selectable suffixes are `_GNU`, `_APPLE`, `_MSVC` and `_C11`.
|
||||||
Other selectable suffixes are `_GNU`, `_APPLE` and `_MSVC`.
|
|
||||||
|
|
||||||
#### Windows : using MinGW+MSYS to create DLL
|
#### Windows : using MinGW+MSYS to create DLL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user