summaryrefslogtreecommitdiffstats
path: root/lz4.c
diff options
context:
space:
mode:
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 */