aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core7
1 files changed, 5 insertions, 2 deletions
diff --git a/Eigen/Core b/Eigen/Core
index bc6cf8a96..0e23247d3 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -154,10 +154,13 @@ using std::ptrdiff_t;
#if defined EIGEN_VECTORIZE_AVX512
#include "src/Core/arch/SSE/PacketMath.h"
#include "src/Core/arch/SSE/TypeCasting.h"
- #include "src/Core/arch/SSE/Complex.h"
+ // FIXME: this needs to be fixed (compilation issue if included)
+ // there is no reason to disable SSE/AVX vectorization
+ // of complex<> while enabling AVX512.
+ // #include "src/Core/arch/SSE/Complex.h"
#include "src/Core/arch/AVX/PacketMath.h"
#include "src/Core/arch/AVX/TypeCasting.h"
- #include "src/Core/arch/AVX/Complex.h"
+ // #include "src/Core/arch/AVX/Complex.h"
#include "src/Core/arch/AVX512/PacketMath.h"
#include "src/Core/arch/SSE/MathFunctions.h"
#include "src/Core/arch/AVX/MathFunctions.h"