From: Lasse Collin Date: Wed, 27 Feb 2013 15:26:03 +0000 (+0100) Subject: xz: update README X-Git-Tag: 1_22_0~283 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a7b2417f9f599a8450c27f84d3330382a2c1b0a;p=oweals%2Fbusybox.git xz: update README Signed-off-by: Lasse Collin Signed-off-by: Denys Vlasenko --- diff --git a/archival/libarchive/unxz/README b/archival/libarchive/unxz/README index c5972f6b8..9bc1ea0f1 100644 --- a/archival/libarchive/unxz/README +++ b/archival/libarchive/unxz/README @@ -55,7 +55,7 @@ Compiler requirements code is modified not to support large files, which needs some more care than just using 32-bit integer instead of 64-bit). - If you use GCC, try to use a recent version. For example, on x86, + If you use GCC, try to use a recent version. For example, on x86-32, xz_dec_lzma2.c compiled with GCC 3.3.6 is 15-25 % slower than when compiled with GCC 4.3.3. @@ -93,7 +93,7 @@ BCJ filter support them always #defined doesn't hurt either. #define Instruction set BCJ filter endianness - XZ_DEC_X86 x86 or x86-64 Little endian only + XZ_DEC_X86 x86-32 or x86-64 Little endian only XZ_DEC_POWERPC PowerPC Big endian only XZ_DEC_IA64 Itanium (IA-64) Big or little endian XZ_DEC_ARM ARM Little endian only