mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
clang 14 makes some test failed because val is uninitialized
This commit is contained in:
parent
66289cdacf
commit
842e680650
@ -348,7 +348,7 @@ static really_inline
|
||||
m512 vectoredLoad512(m512 *p_mask, const u8 *ptr, const size_t start_offset,
|
||||
const u8 *lo, const u8 *hi, const u8 *hbuf, size_t hlen,
|
||||
const u32 nMasks) {
|
||||
m512 val;
|
||||
m512 val = zeroes512();
|
||||
|
||||
uintptr_t copy_start;
|
||||
uintptr_t copy_len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user