diff options
| author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2025-08-03 00:00:00 +0000 |
|---|---|---|
| committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2025-08-03 16:14:59 +0500 |
| commit | 5e96a8279489832924056b1fa82f29d5837c9469 (patch) | |
| tree | d73ec17c25ab91a1938662bff0c37332fe521b70 /C/LzFind.c | |
| parent | 395149956d696e6e3099d8b76d797437f94a6942 (diff) | |
| download | 7zip-25.01.tar.gz 7zip-25.01.tar.bz2 7zip-25.01.zip | |
Diffstat (limited to 'C/LzFind.c')
| -rw-r--r-- | C/LzFind.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
