mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 18:19:34 +08:00
Merged in LaFeuille/eigen-1/LaFeuille/typo-fix-alignmeent-alignment-1505889397887 (pull request PR-335)
Typo fix alignmeent ->alignment
This commit is contained in:
commit
f16ba2a630
@ -696,10 +696,10 @@ namespace Eigen {
|
|||||||
#if defined(EIGEN_DONT_VECTORIZE)
|
#if defined(EIGEN_DONT_VECTORIZE)
|
||||||
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 0
|
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 0
|
||||||
#elif defined(EIGEN_VECTORIZE_AVX512)
|
#elif defined(EIGEN_VECTORIZE_AVX512)
|
||||||
// 64 bytes static alignmeent is preferred only if really required
|
// 64 bytes static alignment is preferred only if really required
|
||||||
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 64
|
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 64
|
||||||
#elif defined(__AVX__)
|
#elif defined(__AVX__)
|
||||||
// 32 bytes static alignmeent is preferred only if really required
|
// 32 bytes static alignment is preferred only if really required
|
||||||
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 32
|
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 32
|
||||||
#else
|
#else
|
||||||
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 16
|
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user