diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-14 23:14:41 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-14 23:16:38 +0200 |
commit | 8370ec8edf9ddf8d1d9fef03d8d1027503ec4c35 (patch) | |
tree | 5a5badf9edc6b6aaf3f8aa4e6cea15940c34b733 /src/xz/args.c | |
parent | liblzma: Add fast CRC64 for 32/64-bit x86 using SSSE3 + SSE4.1 + CLMUL. (diff) | |
download | xz-8370ec8edf9ddf8d1d9fef03d8d1027503ec4c35.tar.xz |
Replace the experimental ARM64 filter with a new experimental version.
This is incompatible with the previous version.
This has space/tab fixes in filter_*.c and bcj.h too.
Diffstat (limited to 'src/xz/args.c')
-rw-r--r-- | src/xz/args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/args.c b/src/xz/args.c index 6b388a1e..639c811a 100644 --- a/src/xz/args.c +++ b/src/xz/args.c @@ -374,7 +374,7 @@ parse_real(args_info *args, int argc, char **argv) case OPT_ARM64: coder_add_filter(LZMA_FILTER_ARM64, - options_arm64(optarg)); + options_bcj(optarg)); break; case OPT_SPARC: |