aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AVX512/MathFunctions.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-04 13:49:06 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-04 13:49:06 -0800
commit3ca1ae2bb761d7738bcdad885639f422a6b7c914 (patch)
treeffcf5de476d600cac610a9d5a72356fe8ce5ce60 /Eigen/src/Core/arch/AVX512/MathFunctions.h
parent23f69ab9368290dadffae52a2b410936f3bce81f (diff)
Commented out the version of pexp<Packet8d> since it fails to compile with gcc 5.3
Diffstat (limited to 'Eigen/src/Core/arch/AVX512/MathFunctions.h')
-rw-r--r--Eigen/src/Core/arch/AVX512/MathFunctions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Core/arch/AVX512/MathFunctions.h b/Eigen/src/Core/arch/AVX512/MathFunctions.h
index 16bf613c5..0e57d7c33 100644
--- a/Eigen/src/Core/arch/AVX512/MathFunctions.h
+++ b/Eigen/src/Core/arch/AVX512/MathFunctions.h
@@ -173,7 +173,7 @@ pexp<Packet16f>(const Packet16f& _x) {
return pmax(pmul(y, _mm512_castsi512_ps(emm0)), _x);
}
-template <>
+/*template <>
EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED Packet8d
pexp<Packet8d>(const Packet8d& _x) {
Packet8d x = _x;
@@ -240,7 +240,7 @@ pexp<Packet8d>(const Packet8d& _x) {
// Construct the result 2^n * exp(g) = e * x. The max is used to catch
// non-finite values in the input.
return pmax(pmul(x, e), _x);
-}
+ }*/
// Functions for sqrt.
// The EIGEN_FAST_MATH version uses the _mm_rsqrt_ps approximation and one step