sse2neon: typo fix
This commit is contained in:
parent
afbc680542
commit
7091002691
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ FORCE_INLINE uint32_t _mm_crc32_u8(uint32_t, uint8_t);
|
||||||
|
|
||||||
// Older gcc does not define vld1q_u8_x4 type
|
// Older gcc does not define vld1q_u8_x4 type
|
||||||
#if defined(__GNUC__) && !defined(__clang__) && \
|
#if defined(__GNUC__) && !defined(__clang__) && \
|
||||||
(defined(__arm__)) || \
|
(defined(__arm__) || \
|
||||||
(__GNUC__ == 10 && __GNUC_MINOR__ < 3 && defined(__aarch64__)) || \
|
(__GNUC__ == 10 && __GNUC_MINOR__ < 3 && defined(__aarch64__)) || \
|
||||||
(__GNUC__ <= 9 && defined(__aarch64__)))
|
(__GNUC__ <= 9 && defined(__aarch64__)))
|
||||||
FORCE_INLINE uint8x16x4_t _sse2neon_vld1q_u8_x4(const uint8_t *p)
|
FORCE_INLINE uint8x16x4_t _sse2neon_vld1q_u8_x4(const uint8_t *p)
|
||||||
|
|
Loading…
Reference in a new issue