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.