summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-19 01:54:26 (GMT)
committerYann Collet <cyan@fb.com>2016-11-19 01:56:56 (GMT)
commit19df3029e234e4c48c31377c9ef5f7c940da5106 (patch)
tree3ee2bd09200f75f321b98a2ddc60f1aaa2343347 /README.md
parent519932afaf5a1d85e5d39de4acebc0a6bc07b9e3 (diff)
downloadlz4-19df3029e234e4c48c31377c9ef5f7c940da5106.zip
lz4-19df3029e234e4c48c31377c9ef5f7c940da5106.tar.gz
lz4-19df3029e234e4c48c31377c9ef5f7c940da5106.tar.bz2
fixed #272 (compilation fails on gcc 4.4), reported by @totaam
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1b4a007..04ba0db 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,8 @@ in single-thread mode.
[zlib]: http://www.zlib.net/
[Zstandard]: http://www.zstd.net/
+LZ4 is also compatible and well optimized for x32 mode, for which it provides +10% speed performance.
+
Documentation
-------------------------