mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +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
|
||||
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 // EIGEN_ARCH_ARM64
|
||||
|
Loading…
Reference in New Issue
Block a user