mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-05 17:50:26 +08:00
Fix typo in AVX512 packet math.
This commit is contained in:
parent
536c8a79f2
commit
839aa505c3
@ -228,8 +228,8 @@ template<> EIGEN_STRONG_INLINE Packet16i peven_mask(const Packet16i& /*a*/) {
|
||||
0, -1, 0, -1, 0, -1, 0, -1);
|
||||
}
|
||||
template<> EIGEN_STRONG_INLINE Packet8d peven_mask(const Packet8d& /*a*/) {
|
||||
return _m512_castsi512_pd(_mm512_set_epi32(0, 0, -1, -1, 0, 0, -1, -1,
|
||||
0, 0, -1, -1, 0, 0, -1, -1));
|
||||
return _mm512_castsi512_pd(_mm512_set_epi32(0, 0, -1, -1, 0, 0, -1, -1,
|
||||
0, 0, -1, -1, 0, 0, -1, -1));
|
||||
}
|
||||
|
||||
template <>
|
||||
|
Loading…
Reference in New Issue
Block a user