From 7c9b07dc5ccb2456ecbcdeef6870e7f4a59aba55 Mon Sep 17 00:00:00 2001 From: LaFeuille Date: Wed, 20 Sep 2017 06:38:39 +0000 Subject: Typo fix alignmeent ->alignment --- Eigen/src/Core/util/Macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/util') 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 -- cgit v1.2.3