bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializations of internal::conj_helper were missing.

(grafted from b240080e64
)
This commit is contained in:
Gael Guennebaud
2017-06-15 10:16:30 +02:00
parent 68e8f2b833
commit bc837b7975
7 changed files with 43 additions and 101 deletions

View File

@@ -352,6 +352,7 @@ using std::ptrdiff_t;
#include "src/Core/MathFunctions.h"
#include "src/Core/GenericPacketMath.h"
#include "src/Core/MathFunctionsImpl.h"
#include "src/Core/arch/Default/ConjHelper.h"
#if defined EIGEN_VECTORIZE_AVX512
#include "src/Core/arch/SSE/PacketMath.h"