Fix typo in NEON/PacketMath.h

This commit is contained in:
guoqiangqi 2020-11-09 11:38:47 +08:00 committed by Guoqiang QI
parent 852513e7a6
commit 8324e5e049

View File

@ -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