From 5e24a802b073f2905a983d743dc5363915467d53 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 17 Nov 2015 23:24:34 +0000 Subject: Optimise for PPC --- amiga/hash/xxhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/hash/xxhash.c b/amiga/hash/xxhash.c index 511d9941a..d55a36154 100644 --- a/amiga/hash/xxhash.c +++ b/amiga/hash/xxhash.c @@ -72,7 +72,7 @@ You can contact the author at : * to improve speed for Big-endian CPU. * This option has no impact on Little_Endian CPU. */ -#define XXH_FORCE_NATIVE_FORMAT 0 +#define XXH_FORCE_NATIVE_FORMAT 1 /* XXH_USELESS_ALIGN_BRANCH : * This is a minor performance trick, only useful with lots of very small keys. -- cgit v1.2.3