Fix typo in PacketMath.h

This commit is contained in:
Rasmus Munk Larsen 2024-10-28 18:19:52 +00:00
parent 6c04d0cd68
commit 58b252e5b3

View File

@ -2311,7 +2311,7 @@ EIGEN_STRONG_INLINE Packet8bf pexp<Packet8bf>(const Packet8bf& a) {
template <>
EIGEN_STRONG_INLINE Packet8bf pexp2<Packet8bf>(const Packet8bf& a) {
BF16_TO_F32_UNARY_OP_WRAPPER(generic_pexp2, a);
BF16_TO_F32_UNARY_OP_WRAPPER(generic_exp2, a);
}
template <>