summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-11-17 23:24:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-11-17 23:24:34 +0000
commit5e24a802b073f2905a983d743dc5363915467d53 (patch)
treef50fa9a9869c168822aaa39239206c5d1a210ede /amiga
parent47fa0bf7a2f214a580546e88e9c77cf530905d7b (diff)
downloadnetsurf-5e24a802b073f2905a983d743dc5363915467d53.tar.gz
netsurf-5e24a802b073f2905a983d743dc5363915467d53.tar.bz2
Optimise for PPC
Diffstat (limited to 'amiga')
-rw-r--r--amiga/hash/xxhash.c2
1 files changed, 1 insertions, 1 deletions
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.