aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-11-12 12:09:19 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-11-12 12:09:19 +0100
commite701cb2c7c839dbbcf0982eaa30861d221dd3e19 (patch)
treebbd8b7512cb8e532f24edcd4db458b15b52f4e78 /Eigen
parent9fa10fe52d30525505ca97afd1fce7cda44d27e5 (diff)
Update EIGEN_FAST_MATH doc
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/util/Macros.h2
1 files changed, 1 insertions, 1 deletions
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