aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Macros.h
diff options
context:
space:
mode:
authorGravatar LaFeuille <pmoulon@gmail.com>2017-09-20 06:38:39 +0000
committerGravatar LaFeuille <pmoulon@gmail.com>2017-09-20 06:38:39 +0000
commit7c9b07dc5ccb2456ecbcdeef6870e7f4a59aba55 (patch)
tree7c0a6ff574b85a742611a09f972c7ba56d75d772 /Eigen/src/Core/util/Macros.h
parent23f8b00bc884fe94e94ea273538e5546a4160e4f (diff)
Typo fix alignmeent ->alignment
Diffstat (limited to 'Eigen/src/Core/util/Macros.h')
-rw-r--r--Eigen/src/Core/util/Macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h
index f5b071a9c..3a56b0e36 100644
--- a/Eigen/src/Core/util/Macros.h
+++ b/Eigen/src/Core/util/Macros.h
@@ -696,10 +696,10 @@ namespace Eigen {
#if defined(EIGEN_DONT_VECTORIZE)
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 0
#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
#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
#else
#define EIGEN_IDEAL_MAX_ALIGN_BYTES 16