mirror of
https://github.com/facebook/zstd.git
synced 2025-10-08 00:04:02 -04:00
Update zstd_lazy.c
Switch to other comment style
This commit is contained in:
parent
0e071214b5
commit
8f7ea1afeb
@ -921,7 +921,7 @@ static ZSTD_VecMask ZSTD_Vec256_cmpMask8(ZSTD_Vec256 x, ZSTD_Vec256 y) {
|
||||
sndMask = ZSTD_Vec128_cmpMask8(x.snd, y.snd);
|
||||
return fstMask | (sndMask << 16);
|
||||
}
|
||||
#else//AVX2
|
||||
#else/* AVX2 */
|
||||
typedef struct {
|
||||
__m256i v;
|
||||
} ZSTD_Vec256;
|
||||
|
Loading…
x
Reference in New Issue
Block a user