mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2025-02-17 05:20:22 +00:00
docs: fix simple typo, minumum -> minimum
There is a small typo in xxh_x86dispatch.c, xxhash.h. Should read `minimum` rather than `minumum`.
This commit is contained in:
parent
2b9f6fa951
commit
3e8cc41d2a
@ -61,7 +61,7 @@ extern "C" {
|
||||
* @brief Disables the AVX sanity check.
|
||||
*
|
||||
* Don't compile xxh_x86dispatch.c with options like `-mavx*`, `-march=native`,
|
||||
* or `/arch:AVX*`. It is intended to be compiled for the minumum target, and
|
||||
* or `/arch:AVX*`. It is intended to be compiled for the minimum target, and
|
||||
* it selectively enables SSE2, AVX2, and AVX512 when it is needed.
|
||||
*
|
||||
* Using this option _globally_ allows this feature, and therefore makes it
|
||||
|
2
xxhash.h
2
xxhash.h
@ -2824,7 +2824,7 @@ enum XXH_VECTOR_TYPE /* fake enum */ {
|
||||
};
|
||||
/*!
|
||||
* @ingroup tuning
|
||||
* @brief Selects the minumum alignment for XXH3's accumulators.
|
||||
* @brief Selects the minimum alignment for XXH3's accumulators.
|
||||
*
|
||||
* When using SIMD, this should match the alignment reqired for said vector
|
||||
* type, so, for example, 32 for AVX2.
|
||||
|
Loading…
x
Reference in New Issue
Block a user