Skip to content

Commit

Permalink
[Fix] Fix bugs (10/23)
Browse files Browse the repository at this point in the history
Correct the native-aliases name.
  • Loading branch information
Eric Yi-Yen Chung committed Oct 23, 2023
1 parent 3acfd40 commit c763294
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions simde/arm/neon/qshl_n.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ simde_vqshl_n_s8 (const simde_int8x8_t a, const int n)
#endif
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
#undef vqshl_n_s8
#define vqshl_n_s8(a, n) simde_vqshl_n_s8((a), (b))
#define vqshl_n_s8(a, n) simde_vqshl_n_s8((a), (n))
#endif

SIMDE_FUNCTION_ATTRIBUTES
Expand All @@ -188,7 +188,7 @@ simde_vqshl_n_s16 (const simde_int16x4_t a, const int n)
#endif
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
#undef vqshl_n_s16
#define vqshl_n_s16(a, n) simde_vqshl_n_s16((a), (b))
#define vqshl_n_s16(a, n) simde_vqshl_n_s16((a), (n))
#endif

SIMDE_FUNCTION_ATTRIBUTES
Expand All @@ -210,7 +210,7 @@ simde_vqshl_n_s32 (const simde_int32x2_t a, const int n)
#endif
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
#undef vqshl_n_s32
#define vqshl_n_s32(a, n) simde_vqshl_n_s32((a), (b))
#define vqshl_n_s32(a, n) simde_vqshl_n_s32((a), (n))
#endif

SIMDE_FUNCTION_ATTRIBUTES
Expand All @@ -232,7 +232,7 @@ simde_vqshl_n_s64 (const simde_int64x1_t a, const int n)
#endif
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
#undef vqshl_n_s64
#define vqshl_n_s64(a, n) simde_vqshl_n_s64((a), (b))
#define vqshl_n_s64(a, n) simde_vqshl_n_s64((a), (n))
#endif

SIMDE_FUNCTION_ATTRIBUTES
Expand All @@ -254,7 +254,7 @@ simde_vqshl_n_u8 (const simde_uint8x8_t a, const int n)
#endif
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
#undef vqshl_n_u8
#define vqshl_n_u8(a, n) simde_vqshl_n_u8((a), (b))
#define vqshl_n_u8(a, n) simde_vqshl_n_u8((a), (n))
#endif

SIMDE_FUNCTION_ATTRIBUTES
Expand All @@ -276,7 +276,7 @@ simde_vqshl_n_u16 (const simde_uint16x4_t a, const int n)
#endif
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
#undef vqshl_n_u16
#define vqshl_n_u16(a, n) simde_vqshl_n_u16((a), (b))
#define vqshl_n_u16(a, n) simde_vqshl_n_u16((a), (n))
#endif

SIMDE_FUNCTION_ATTRIBUTES
Expand All @@ -298,7 +298,7 @@ simde_vqshl_n_u32 (const simde_uint32x2_t a, const int n)
#endif
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
#undef vqshl_n_u32
#define vqshl_n_u32(a, n) simde_vqshl_n_u32((a), (b))
#define vqshl_n_u32(a, n) simde_vqshl_n_u32((a), (n))
#endif

SIMDE_FUNCTION_ATTRIBUTES
Expand All @@ -320,7 +320,7 @@ simde_vqshl_n_u64 (const simde_uint64x1_t a, const int n)
#endif
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
#undef vqshl_n_u64
#define vqshl_n_u64(a, n) simde_vqshl_n_u64((a), (b))
#define vqshl_n_u64(a, n) simde_vqshl_n_u64((a), (n))
#endif

SIMDE_FUNCTION_ATTRIBUTES
Expand Down
12 changes: 6 additions & 6 deletions simde/arm/neon/raddhn_high.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SIMDE_BEGIN_DECLS_
#endif
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
#undef vraddhn_high_s16
#define vraddhn_high_s16(a, b) simde_vraddhn_high_s16((a), (b))
#define vraddhn_high_s16(r, a, b) simde_vraddhn_high_s16((r), (a), (b))
#endif

#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
Expand All @@ -53,7 +53,7 @@ SIMDE_BEGIN_DECLS_
#endif
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
#undef vraddhn_high_s32
#define vraddhn_high_s32(a, b) simde_vraddhn_high_s32((a), (b))
#define vraddhn_high_s32(r, a, b) simde_vraddhn_high_s32((r), (a), (b))
#endif

#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
Expand All @@ -63,7 +63,7 @@ SIMDE_BEGIN_DECLS_
#endif
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
#undef vraddhn_high_s64
#define vraddhn_high_s64(a, b) simde_vraddhn_high_s64((a), (b))
#define vraddhn_high_s64(r, a, b) simde_vraddhn_high_s64((r), (a), (b))
#endif

#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
Expand All @@ -73,7 +73,7 @@ SIMDE_BEGIN_DECLS_
#endif
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
#undef vraddhn_high_u16
#define vraddhn_high_u16(a, b) simde_vraddhn_high_u16((a), (b))
#define vraddhn_high_u16(r, a, b) simde_vraddhn_high_u16((r), (a), (b))
#endif

#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
Expand All @@ -83,7 +83,7 @@ SIMDE_BEGIN_DECLS_
#endif
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
#undef vraddhn_high_u32
#define vraddhn_high_u32(a, b) simde_vraddhn_high_u32((a), (b))
#define vraddhn_high_u32(r, a, b) simde_vraddhn_high_u32((r), (a), (b))
#endif

#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
Expand All @@ -93,7 +93,7 @@ SIMDE_BEGIN_DECLS_
#endif
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
#undef vraddhn_high_u64
#define vraddhn_high_u64(a, b) simde_vraddhn_high_u64((a), (b))
#define vraddhn_high_u64(r, a, b) simde_vraddhn_high_u64((r), (a), (b))
#endif

SIMDE_END_DECLS_
Expand Down

0 comments on commit c763294

Please sign in to comment.