aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-11-18 20:21:30 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-11-18 20:21:30 +0200
commitca721661b2946a047357144453b4ff2ac02c5417 (patch)
tree1813adcbc2e849a820eb2aade3445e419da6a837 /README
parente0c7703ddc0fe85e29305d3f214dece46357a5eb (diff)
downloadxz-embedded-ca721661b2946a047357144453b4ff2ac02c5417.tar.gz
Documentation updates.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f79b0a4..3b2a8c1 100644
--- a/README
+++ b/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