From: TrianglesPCT Date: Sat, 15 May 2021 01:02:34 +0000 (-0600) Subject: Update zstd_lazy.c X-Git-Tag: v1.5.1~1^2~169^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7ea1afeba1f3762e99413424df95b9faf4d2d8;p=thirdparty%2Fzstd.git Update zstd_lazy.c Switch to other comment style --- diff --git a/lib/compress/zstd_lazy.c b/lib/compress/zstd_lazy.c index 008b0a6b4..cbe2adae1 100644 --- a/lib/compress/zstd_lazy.c +++ b/lib/compress/zstd_lazy.c @@ -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;