commit 2580c0ed72b20d9edca2e5bebfcc4819b5c6697d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Nov 20 01:49:03 2022 +0000
another try
armv7_build_fix.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/armv7_build_fix.patch b/armv7_build_fix.patch
index b95c35b..3fdd441 100644
--- a/armv7_build_fix.patch
+++ b/armv7_build_fix.patch
@@ -7,7 +7,7 @@
https://github.com/xmrig/xmrig/pull/2882
// Older gcc does not define vld1q_u8_x4 type
#if defined(__GNUC__) && !defined(__clang__) &&
\
- ((__GNUC__ <= 10 && defined(__arm__)) || \
-+ ((__GNUC__ <= 12 && defined(__arm__)) || \
++ (defined(__arm__) || \
(__GNUC__ == 10 && __GNUC_MINOR__ < 3 && defined(__aarch64__))
|| \
(__GNUC__ <= 9 && defined(__aarch64__)))
FORCE_INLINE uint8x16x4_t _sse2neon_vld1q_u8_x4(const uint8_t *p)