From 37ad547e18def8906d3822629d818a2e7e0f44ca Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sun, 12 Mar 2023 00:42:36 +0100 Subject: [PATCH] more fixed sign issues in Neon ops --- 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 3cfe1f04..26c08da0 100644 --- a/include/boost/unordered/detail/foa/core.hpp +++ b/include/boost/unordered/detail/foa/core.hpp @@ -348,7 +348,7 @@ struct group15 inline void initialize() { - vst1q_u8(reinterpret_cast(m),vdupq_n_s8(0)); + vst1q_u8(reinterpret_cast(m),vdupq_n_u8(0)); } inline void set(std::size_t pos,std::size_t hash)