mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-07 09:19:02 +08:00
Fix typo in PacketMath.h
This commit is contained in:
parent
6c04d0cd68
commit
58b252e5b3
@ -2311,7 +2311,7 @@ EIGEN_STRONG_INLINE Packet8bf pexp<Packet8bf>(const Packet8bf& a) {
|
|||||||
|
|
||||||
template <>
|
template <>
|
||||||
EIGEN_STRONG_INLINE Packet8bf pexp2<Packet8bf>(const Packet8bf& a) {
|
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 <>
|
template <>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user