From c7632946e6a5c162435938fdb078041f19bce752 Mon Sep 17 00:00:00 2001 From: Eric Yi-Yen Chung Date: Mon, 23 Oct 2023 13:32:23 +0800 Subject: [PATCH] [Fix] Fix bugs (10/23) Correct the native-aliases name. --- simde/arm/neon/qshl_n.h | 16 ++++++++-------- simde/arm/neon/raddhn_high.h | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/simde/arm/neon/qshl_n.h b/simde/arm/neon/qshl_n.h index 981fc1224..e3d4c924d 100644 --- a/simde/arm/neon/qshl_n.h +++ b/simde/arm/neon/qshl_n.h @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/simde/arm/neon/raddhn_high.h b/simde/arm/neon/raddhn_high.h index 557575901..dc911698c 100644 --- a/simde/arm/neon/raddhn_high.h +++ b/simde/arm/neon/raddhn_high.h @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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_