From e701cb2c7c839dbbcf0982eaa30861d221dd3e19 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 12 Nov 2015 12:09:19 +0100 Subject: [PATCH] Update EIGEN_FAST_MATH doc --- Eigen/src/Core/util/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index bf894a518..426025150 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -382,7 +382,7 @@ /** Allows to disable some optimizations which might affect the accuracy of the result. * Such optimization are enabled by default, and set EIGEN_FAST_MATH to 0 to disable them. * They currently include: - * - single precision ArrayBase::sin() and ArrayBase::cos() when SSE vectorization is enabled. + * - single precision ArrayBase::sin() and ArrayBase::cos() for SSE and AVX vectorization. */ #ifndef EIGEN_FAST_MATH #define EIGEN_FAST_MATH 1