mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Implement AVX512 vectorization of std::complex<float/double>
This commit is contained in:
@@ -154,14 +154,12 @@ using std::ptrdiff_t;
|
||||
#if defined EIGEN_VECTORIZE_AVX512
|
||||
#include "src/Core/arch/SSE/PacketMath.h"
|
||||
#include "src/Core/arch/SSE/TypeCasting.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/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/AVX512/Complex.h"
|
||||
#include "src/Core/arch/SSE/MathFunctions.h"
|
||||
#include "src/Core/arch/AVX/MathFunctions.h"
|
||||
#include "src/Core/arch/AVX512/MathFunctions.h"
|
||||
|
||||
Reference in New Issue
Block a user