summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
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.