fix the build on 64-bit ARM when NEON is disabled

This commit is contained in:
Benoit Jacob 2018-11-27 11:11:02 -05:00
parent b5695a6008
commit 7b1cb8a440

View File

@ -853,7 +853,7 @@ protected:
};
#if EIGEN_ARCH_ARM64
#if EIGEN_ARCH_ARM64 && defined EIGEN_VECTORIZE_NEON
template<>
struct gebp_traits <float, float, false, false,Architecture::NEON>