more fixed sign issues in Neon ops

This commit is contained in:
joaquintides
2023-03-12 00:42:36 +01:00
committed by Christian Mazakas
parent e037ee8d82
commit 37ad547e18

View File

@ -348,7 +348,7 @@ struct group15
inline void initialize() inline void initialize()
{ {
vst1q_u8(reinterpret_cast<uint8_t*>(m),vdupq_n_s8(0)); vst1q_u8(reinterpret_cast<uint8_t*>(m),vdupq_n_u8(0));
} }
inline void set(std::size_t pos,std::size_t hash) inline void set(std::size_t pos,std::size_t hash)