This commit is contained in:
Yann Collet 2022-09-02 09:47:25 -07:00
parent b35df4ab3d
commit 66248f4b76
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ The following macros can be set at compilation time to modify libxxhash's behavi
- `XXH_DEBUGLEVEL` : When set to any value >= 1, enables `assert()` statements.
This (slightly) slows down execution, but may help finding bugs during debugging sessions.
When compiling the Command Line Interface `xxhsum` with `using`, the following environment variables can also be set :
When compiling the Command Line Interface `xxhsum` using `make`, the following environment variables can also be set :
- `DISPATCH=1` : use `xxh_x86dispatch.c`, to automatically select between `scalar`, `sse2`, `avx2` or `avx512` instruction set at runtime, depending on local host. This option is only valid for `x86`/`x64` systems.
### Building xxHash - Using vcpkg