mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
temporarily re-disable SSE/AVX vectorization of complex<> on AVX512 -> this needs to be fixed though!
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user