From e037ee8d82f1caf9574ca96ef79a0d594f17a685 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 11 Mar 2023 22:19:43 +0100 Subject: [PATCH] fixed syntax error --- include/boost/unordered/detail/foa/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }