mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add half and quarter vector support to HVX architecture
This commit is contained in:
committed by
Antonio Sánchez
parent
05a457534f
commit
2c6b61c006
@@ -378,10 +378,6 @@ using std::ptrdiff_t;
|
||||
#include "src/Core/arch/AVX512/GemmKernel.h"
|
||||
#endif
|
||||
|
||||
#if defined(EIGEN_VECTORIZE_HVX)
|
||||
#include "src/Core/arch/HVX/GeneralBlockPanelKernel.h"
|
||||
#endif
|
||||
|
||||
#include "src/Core/Select.h"
|
||||
#include "src/Core/VectorwiseOp.h"
|
||||
#include "src/Core/PartialReduxEvaluator.h"
|
||||
|
||||
Reference in New Issue
Block a user