summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2011-03-28 00:10:31 +0000
committerroot <root>2011-03-28 00:10:31 +0000
commit0a8ee25fbac5d9045baafb54121bc9004a925c47 (patch)
tree110e2ad7a03d780d35390cf83b0e07f90018278c
parent4c89419158d9aff46164db5ef49004152fbc9453 (diff)
*** empty log message ***
-rw-r--r--lzf_d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lzf_d.c b/lzf_d.c
index 8433b8f..ec81d09 100644
--- a/lzf_d.c
+++ b/lzf_d.c
@@ -43,6 +43,7 @@
# define SET_ERRNO(n) errno = (n)
#endif
+#define USE_REP_MOVSB 1
#if USE_REP_MOVSB /* small win on amd, big loss on intel */
#if (__i386 || __amd64) && __GNUC__ >= 3
# define lzf_movsb(dst, src, len) \