blob: e82ee3f35f2e816dc1b5ab5f067e3776f3b78677 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- xxhash.h.orig 2022-08-26 03:34:25 UTC
+++ xxhash.h
@@ -2931,6 +2931,7 @@ enum XXH_VECTOR_TYPE /* fake enum */ {
# if defined(__GNUC__) && !defined(__APPLE_ALTIVEC__)
# define __APPLE_ALTIVEC__
# endif
+# define vector __vector
# include <altivec.h>
# endif
|