blob: c067d2871d27bf77301deb7842cc3e3c177d832c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- contrib/xxhash/xxhash.h.orig 2024-12-16 14:04:14 UTC
+++ contrib/xxhash/xxhash.h
@@ -3062,6 +3062,7 @@ enum XXH_VECTOR_TYPE /* fake enum */ {
# if defined(__GNUC__) && !defined(__APPLE_ALTIVEC__)
# define __APPLE_ALTIVEC__
# endif
+# define vector __vector
# include <altivec.h>
# endif
|