aboutsummaryrefslogtreecommitdiff
path: root/databases/memcached/files/patch-xxhash.h
blob: f62d8def3ef37d496c3861d62cd5f59ce7280678 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- xxhash.h.orig	2021-03-31 12:18:19 UTC
+++ xxhash.h
@@ -2409,6 +2409,7 @@ XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(co
 #    if defined(__GNUC__) && !defined(__APPLE_ALTIVEC__)
 #      define __APPLE_ALTIVEC__
 #    endif
+#    define vector __vector
 #    include <altivec.h>
 #  endif