mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Update EIGEN_FAST_MATH doc
This commit is contained in:
parent
9fa10fe52d
commit
e701cb2c7c
@ -382,7 +382,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 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
|
#ifndef EIGEN_FAST_MATH
|
||||||
#define EIGEN_FAST_MATH 1
|
#define EIGEN_FAST_MATH 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user