aboutsummaryrefslogtreecommitdiff
path: root/C/LzFind.c
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2025-08-03 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2025-08-03 16:14:59 +0500
commit5e96a8279489832924056b1fa82f29d5837c9469 (patch)
treed73ec17c25ab91a1938662bff0c37332fe521b70 /C/LzFind.c
parent395149956d696e6e3099d8b76d797437f94a6942 (diff)
download7zip-25.01.tar.gz
7zip-25.01.tar.bz2
7zip-25.01.zip
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