mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-22 21:04:28 +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:
commit
08edbc8cfe
@ -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…
x
Reference in New Issue
Block a user