mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
Fix typo in F32MaskToBf16Mask
.
This commit is contained in:
parent
2627e2f2e6
commit
70fbcf82ed
@ -3372,7 +3372,7 @@ EIGEN_STRONG_INLINE Packet4f Bf16ToF32(const Packet4bf& p)
|
||||
}
|
||||
|
||||
EIGEN_STRONG_INLINE Packet4bf F32MaskToBf16Mask(const Packet4f& p) {
|
||||
return vmovn_u32(vreinterpretq_f32_u32(p));
|
||||
return vmovn_u32(vreinterpretq_u32_f32(p));
|
||||
}
|
||||
|
||||
template<> EIGEN_STRONG_INLINE Packet4bf pset1<Packet4bf>(const bfloat16& from) {
|
||||
|
Loading…
Reference in New Issue
Block a user