mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-06 14:14:46 +08:00
fix the build on 64-bit ARM when NEON is disabled
This commit is contained in:
parent
b5695a6008
commit
7b1cb8a440
@ -853,7 +853,7 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#if EIGEN_ARCH_ARM64
|
#if EIGEN_ARCH_ARM64 && defined EIGEN_VECTORIZE_NEON
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
struct gebp_traits <float, float, false, false,Architecture::NEON>
|
struct gebp_traits <float, float, false, false,Architecture::NEON>
|
||||||
|
Loading…
Reference in New Issue
Block a user