diff --git a/include/boost/unordered/detail/foa/core.hpp b/include/boost/unordered/detail/foa/core.hpp index 5e6cb368..3cfe1f04 100644 --- a/include/boost/unordered/detail/foa/core.hpp +++ b/include/boost/unordered/detail/foa/core.hpp @@ -425,7 +425,7 @@ struct group15 inline int match_occupied()const { return simde_mm_movemask_epi8(vcgtq_u8( - vld1q_u8(reinterpret_cast(m))), + vld1q_u8(reinterpret_cast(m)), vdupq_n_u8(0)))&0x7FFF; }