update EIGEN_FAST_MATH documentation

This commit is contained in:
Gael Guennebaud 2015-02-12 21:04:31 +01:00
parent 029d236ceb
commit 409547a0c8

View File

@ -385,7 +385,7 @@
/** Allows to disable some optimizations which might affect the accuracy of the result. /** 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. * Such optimization are enabled by default, and set EIGEN_FAST_MATH to 0 to disable them.
* They currently include: * They currently include:
* - single precision Cwise::sin() and Cwise::cos() when SSE vectorization is enabled. * - single precision ArrayBase::sin() and ArrayBase::cos() when SSE vectorization is enabled.
*/ */
#ifndef EIGEN_FAST_MATH #ifndef EIGEN_FAST_MATH
#define EIGEN_FAST_MATH 1 #define EIGEN_FAST_MATH 1