]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update zstd_lazy.c
authorTrianglesPCT <dain.bray@gmail.com>
Sat, 15 May 2021 01:11:28 +0000 (19:11 -0600)
committerGitHub <noreply@github.com>
Sat, 15 May 2021 01:11:28 +0000 (19:11 -0600)
add space

lib/compress/zstd_lazy.c

index 1add42095e833447ab32e915de88b3b7369326af..1f2208313e29fe4f34a45afbcec39348e5e2bdcf 100644 (file)
@@ -873,7 +873,7 @@ FORCE_INLINE_TEMPLATE size_t ZSTD_HcFindBestMatch_extDict_selectMLS (
 
 typedef U32 ZSTD_VecMask;   /* Clarifies when we are interacting with a U32 representing a mask of matches */
 
-#if !defined(ZSTD_NO_INTRINSICS) && (defined(__SSE2__) ||defined(_M_AMD64)) /* SIMD SSE version*/
+#if !defined(ZSTD_NO_INTRINSICS) && (defined(__SSE2__) || defined(_M_AMD64)) /* SIMD SSE version*/
 
 #include <emmintrin.h>
 typedef __m128i ZSTD_Vec128;