aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/MathFunctions.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2019-09-05 18:16:46 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2019-09-05 18:16:46 +0200
commit55b63d4ea3a44c7732973f927bb3ac048a05f1d8 (patch)
treee839709460a37cd666c037e16d9e0b019d8788eb /Eigen/src/Core/arch/NEON/MathFunctions.h
parent3031d57200ce0d5e5990088ae4bdefc4e9c905ba (diff)
Fix compilation without vector engine available (e.g., x86 with SSE disabled):
-> ppolevl is required by ndtri even for the scalar path
Diffstat (limited to 'Eigen/src/Core/arch/NEON/MathFunctions.h')
-rw-r--r--Eigen/src/Core/arch/NEON/MathFunctions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Eigen/src/Core/arch/NEON/MathFunctions.h b/Eigen/src/Core/arch/NEON/MathFunctions.h
index 2e7d0e944..fdee9f9b4 100644
--- a/Eigen/src/Core/arch/NEON/MathFunctions.h
+++ b/Eigen/src/Core/arch/NEON/MathFunctions.h
@@ -8,8 +8,6 @@
#ifndef EIGEN_MATH_FUNCTIONS_NEON_H
#define EIGEN_MATH_FUNCTIONS_NEON_H
-#include "../Default/GenericPacketMathFunctions.h"
-
namespace Eigen {
namespace internal {