10 lines
303 B
Text
10 lines
303 B
Text
--- plugins/codecs/ndlz/xxhash.h.orig 2024-06-20 08:35:59 UTC
|
|
+++ plugins/codecs/ndlz/xxhash.h
|
|
@@ -3838,6 +3838,7 @@ XXH_vmlal_high_u32(uint64x2_t acc, uint32x4_t lhs, uin
|
|
# if defined(__s390x__)
|
|
# include <s390intrin.h>
|
|
# else
|
|
+# define vector __vector
|
|
# include <altivec.h>
|
|
# endif
|
|
|