Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2011-03-28 04:10:31 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2011-03-28 04:10:31 +0400
commitaa335124d359bf45adbb09951f43d2e5f6bda389 (patch)
tree110e2ad7a03d780d35390cf83b0e07f90018278c
parentac1ff928dab1bd7ea9d2272e1d93ab98200d28b0 (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) \