From 58b252e5b38cbb1adec7d188941f808b1c6f4397 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Mon, 28 Oct 2024 18:19:52 +0000 Subject: [PATCH] Fix typo in PacketMath.h --- Eigen/src/Core/arch/AltiVec/PacketMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/arch/AltiVec/PacketMath.h b/Eigen/src/Core/arch/AltiVec/PacketMath.h index 688f9f09d..7401c0b39 100644 --- a/Eigen/src/Core/arch/AltiVec/PacketMath.h +++ b/Eigen/src/Core/arch/AltiVec/PacketMath.h @@ -2311,7 +2311,7 @@ EIGEN_STRONG_INLINE Packet8bf pexp(const Packet8bf& a) { template <> EIGEN_STRONG_INLINE Packet8bf pexp2(const Packet8bf& a) { - BF16_TO_F32_UNARY_OP_WRAPPER(generic_pexp2, a); + BF16_TO_F32_UNARY_OP_WRAPPER(generic_exp2, a); } template <>