mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix typo in PacketMath.h
This commit is contained in:
@@ -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 <>
|
||||
|
||||
Reference in New Issue
Block a user