]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update zstd_lazy.c
authorTrianglesPCT <dain.bray@gmail.com>
Sat, 15 May 2021 01:02:34 +0000 (19:02 -0600)
committerGitHub <noreply@github.com>
Sat, 15 May 2021 01:02:34 +0000 (19:02 -0600)
Switch to other comment style

lib/compress/zstd_lazy.c

index 008b0a6b4035aba640b5ff2f86920078c1e0ec0b..cbe2adae195509b95c043dae77c640f0075454fd 100644 (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;