We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bca259 commit 892fc66Copy full SHA for 892fc66
common/sse2neon.h
@@ -420,7 +420,7 @@ FORCE_INLINE uint32_t _mm_crc32_u8(uint32_t, uint8_t);
420
421
// Older gcc does not define vld1q_u8_x4 type
422
#if defined(__GNUC__) && !defined(__clang__) && \
423
- ((__GNUC__ <= 10 && defined(__arm__)) || \
+ (defined(__arm__)) || \
424
(__GNUC__ == 10 && __GNUC_MINOR__ < 3 && defined(__aarch64__)) || \
425
(__GNUC__ <= 9 && defined(__aarch64__)))
426
FORCE_INLINE uint8x16x4_t _sse2neon_vld1q_u8_x4(const uint8_t *p)
0 commit comments