From 6e37a9e4daa8f860537ff1a18cae6de7f43dea61 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Wed, 13 Jul 2022 11:43:26 -0500 Subject: [PATCH] Update sse2neon.h --- src/crypto/cn/sse2neon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/cn/sse2neon.h b/src/crypto/cn/sse2neon.h index 36bc1685..1ffde571 100644 --- a/src/crypto/cn/sse2neon.h +++ b/src/crypto/cn/sse2neon.h @@ -101,7 +101,7 @@ /* Architecture-specific build options */ /* FIXME: #pragma GCC push_options is only available on GCC */ #if defined(__GNUC__) -#if defined(__arm__) && __ARM_ARCH == 7 +#if defined(__arm__) /* According to ARM C Language Extensions Architecture specification, * __ARM_NEON is defined to a value indicating the Advanced SIMD (NEON) * architecture supported.