Added
Link Here
|
1 |
--- DES_bs_b.c.orig 2022-09-30 22:25:37.001483000 +0200 |
2 |
+++ DES_bs_b.c 2022-09-30 22:25:45.208020000 +0200 |
3 |
@@ -93,9 +93,7 @@ |
4 |
(dst) = vshr_n_u32((src), (shift)) |
5 |
|
6 |
#elif defined(__ALTIVEC__) && DES_BS_DEPTH == 128 |
7 |
-#ifdef __linux__ |
8 |
#include <altivec.h> |
9 |
-#endif |
10 |
|
11 |
typedef vector signed int vtype; |
12 |
|