summaryrefslogtreecommitdiffstats
path: root/lz4.c
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-11-23 17:36:04 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-11-23 17:36:04 (GMT)
commit86fa21b3019d7e9983704661966a64f5aa1456bf (patch)
treeb10475e868ee13122993d3ce3b4c78342b642cc0 /lz4.c
parent2ad37dbe58eb3709e5dee16ebcf345bd53680f85 (diff)
downloadlz4-86fa21b3019d7e9983704661966a64f5aa1456bf.zip
lz4-86fa21b3019d7e9983704661966a64f5aa1456bf.tar.gz
lz4-86fa21b3019d7e9983704661966a64f5aa1456bf.tar.bz2
Added : $(EXT) within install for cross-compilation support
Diffstat (limited to 'lz4.c')
-rw-r--r--lz4.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lz4.c b/lz4.c
index 7e454fd..8e81cc2 100644
--- a/lz4.c
+++ b/lz4.c
@@ -44,7 +44,10 @@
/*
* CPU_HAS_EFFICIENT_UNALIGNED_MEMORY_ACCESS :
- * You can force the code to use unaligned memory access if you know your CPU can handle it efficiently.
+ * You can force the code to use unaligned memory access, should you know your CPU can handle it efficiently.
+ * If it effectively results in better speed (up to 50% improvement can be expected)
+ * please report your configuration to upstream (https://groups.google.com/forum/#!forum/lz4c)
+ * so that an automatic detection macro can be added to mainline.
*/
/* #define CPU_HAS_EFFICIENT_UNALIGNED_MEMORY_ACCESS 1 */