mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-31 01:03:38 +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 <>
|
||||
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 <>
|
||||
|
Loading…
x
Reference in New Issue
Block a user