mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-30 02:05:18 +08:00
Fix typo in NEON/PacketMath.h
This commit is contained in:
parent
852513e7a6
commit
8324e5e049
@ -3766,7 +3766,7 @@ template<> EIGEN_STRONG_INLINE Packet2d psqrt(const Packet2d& _x){
|
|||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
template<> EIGEN_STRONG_INLINE Packet2d psqrt(const Packet2d& _x){ return vsqrt_f64(_x); }
|
template<> EIGEN_STRONG_INLINE Packet2d psqrt(const Packet2d& _x){ return vsqrtq_f64(_x); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // EIGEN_ARCH_ARM64
|
#endif // EIGEN_ARCH_ARM64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user