Update zstd_lazy.c

Switch to other comment style
This commit is contained in:
TrianglesPCT
2021-05-14 19:02:34 -06:00
committed by GitHub
parent 0e071214b5
commit 8f7ea1afeb
+1 -1
View File
@@ -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;