summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-09-05 01:43:37 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-10-11 12:19:26 -0400
commit32d4569512d1f98d35bd1ef88461c29e59ceb447 (patch)
tree27bee057b5c04a0ec6484811cdd0b8389a386cd8
parenta25aeaa2f63efb3def020c067715f6498136e82d (diff)
downloadlighttpd-git-32d4569512d1f98d35bd1ef88461c29e59ceb447.tar.gz
[core] xxhash no inline hints; let compiler choose
-rw-r--r--src/algo_xxhash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/algo_xxhash.h b/src/algo_xxhash.h
index 2d56d23c..e834f2d5 100644
--- a/src/algo_xxhash.h
+++ b/src/algo_xxhash.h
@@ -1,3 +1,7 @@
+/*(lighttpd customization)*/
+#define XXH_NO_INLINE_HINTS 1
+/*#define XXH_REROLL 1*/
+
/*
* xxHash - Extremely Fast Hash algorithm
* Header File