aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-08-23 14:23:08 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-08-23 14:23:08 +0200
commita4c266f8271aa5c53ae0eaac1399a8ccd85259b5 (patch)
tree2fa3b037d5727cf5fdbf833a030fffa49d7912e2 /Eigen/Core
parent82147cefffdf5ed445f79a8cdb57dd71012948bd (diff)
Factorize the 4 copies of tanh implementations, make numext::tanh consistent with array::tanh, enable fast tanh in fast-math mode only.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 946ed0677..3ffd6220b 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -329,6 +329,7 @@ using std::ptrdiff_t;
#include "src/Core/NumTraits.h"
#include "src/Core/MathFunctions.h"
#include "src/Core/GenericPacketMath.h"
+#include "src/Core/MathFunctionsImpl.h"
#if defined EIGEN_VECTORIZE_AVX
// Use AVX for floats and doubles, SSE for integers