aboutsummaryrefslogtreecommitdiff
path: root/C/LzFind.c
diff options
context:
space:
mode:
Diffstat (limited to 'C/LzFind.c')
-rw-r--r--C/LzFind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/C/LzFind.c b/C/LzFind.c
index 6aba919..330bc17 100644
--- a/C/LzFind.c
+++ b/C/LzFind.c
@@ -598,7 +598,7 @@ void MatchFinder_Init(void *_p)
598 598
599#ifdef MY_CPU_X86_OR_AMD64 599#ifdef MY_CPU_X86_OR_AMD64
600 #if defined(__clang__) && (__clang_major__ >= 4) \ 600 #if defined(__clang__) && (__clang_major__ >= 4) \
601 || defined(Z7_GCC_VERSION) && (Z7_GCC_VERSION >= 40701) 601 || defined(Z7_GCC_VERSION) && (Z7_GCC_VERSION >= 40900)
602 // || defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 1900) 602 // || defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 1900)
603 603
604 #define USE_LZFIND_SATUR_SUB_128 604 #define USE_LZFIND_SATUR_SUB_128