mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-21 09:09:36 +08:00
temporarily re-disable SSE/AVX vectorization of complex<> on AVX512 -> this needs to be fixed though!
This commit is contained in:
parent
1ac2695ef7
commit
3fba59ea59
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user