mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Merged in bjacob/eigen/fixbuild (pull request PR-549)
fix the build on 64-bit ARM when NEON is disabled
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user