Update zstd_lazy.c
use 8bit
This commit is contained in:
parent
77d54eb3b3
commit
0b9f4bb0ff
@ -934,7 +934,7 @@ static ZSTD_Vec256 ZSTD_Vec256_read(const void* const ptr) {
|
|||||||
|
|
||||||
static ZSTD_Vec256 ZSTD_Vec256_set8(BYTE val) {
|
static ZSTD_Vec256 ZSTD_Vec256_set8(BYTE val) {
|
||||||
ZSTD_Vec256 v;
|
ZSTD_Vec256 v;
|
||||||
v.v = _mm256_set1_epi32(val);
|
v.v = _mm256_set1_epi8(val);
|
||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user