aboutsummaryrefslogtreecommitdiff
path: root/games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h')
-rw-r--r--games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h b/games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h
deleted file mode 100644
index 1406bd175c65..000000000000
--- a/games/black-hole-solver/files/patch-xxHash-wrapper_xxHash-0.7.2_xxh3.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- xxHash-wrapper/xxHash-0.7.2/xxh3.h.orig 2020-06-18 10:18:02 UTC
-+++ xxHash-wrapper/xxHash-0.7.2/xxh3.h
-@@ -159,8 +159,10 @@
- /* VSX stuff. It's a lot because VSX support is mediocre across compilers and
- * there is a lot of mischief with endianness. */
- #if XXH_VECTOR == XXH_VSX
--# include <altivec.h>
-+# undef bool
- # undef vector
-+# include <altivec.h>
-+# define bool _Bool
- typedef __vector unsigned long long U64x2;
- typedef __vector unsigned char U8x16;
- typedef __vector unsigned U32x4;