From f9ca7d45162664ddd9fb70e19335c2426e5d75bb Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 1 Dec 2022 18:51:52 +0200 Subject: liblzma: Omit zero-skipping from ARM64 filter. It has some complicated downsides and its usefulness is more limited than I originally thought. So this change is bad for certain very specific situations but a generic solution that works for other filters (and is otherwise better too) is planned anyway. And this way 7-Zip can use the same compatible filter for the .7z format. This is still marked as experimental with a new temporary Filter ID. --- src/liblzma/api/lzma/bcj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblzma/api') diff --git a/src/liblzma/api/lzma/bcj.h b/src/liblzma/api/lzma/bcj.h index b68b6bac..15775d7b 100644 --- a/src/liblzma/api/lzma/bcj.h +++ b/src/liblzma/api/lzma/bcj.h @@ -49,7 +49,7 @@ * Filter for SPARC binaries. */ -#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x3FDB87B33B27010B) +#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x3FDB87B33B27020B) /**< * Filter for ARM64 binaries. * -- cgit v1.2.3