mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
more fixed sign issues in Neon ops
This commit is contained in:
committed by
Christian Mazakas
parent
e037ee8d82
commit
37ad547e18
@ -348,7 +348,7 @@ struct group15
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user