opnsense-ports/archivers/c-blosc2/files/patch-powerpc64le
Franco Fichtner 536ccde47f */*: sync with upstream
Taken from: FreeBSD
2024-07-10 08:15:32 +02:00

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