Update EIGEN_FAST_MATH doc

This commit is contained in:
Gael Guennebaud 2015-11-12 12:09:19 +01:00
parent 9fa10fe52d
commit e701cb2c7c

View File

@ -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