Skip to content

Commit 730dd71

Browse files
committed
gcc 15.2 riscv -O3: silence spurious warning
1 parent 4cb49ac commit 730dd71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

simde/arm/neon/ext.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,9 @@ simde_vextq_u64(simde_uint64x2_t a, simde_uint64x2_t b, const int n)
10101010
#define vextq_u64(a, b, n) simde_vextq_u64((a), (b), (n))
10111011
#endif
10121012

1013+
HEDLEY_DIAGNOSTIC_PUSH
1014+
SIMDE_DIAGNOSTIC_DISABLE_MAYBE_UNINITIAZILED_
1015+
10131016
SIMDE_FUNCTION_ATTRIBUTES
10141017
simde_poly8x8_t
10151018
simde_vext_p8(simde_poly8x8_t a, simde_poly8x8_t b, const int n)
@@ -1062,6 +1065,8 @@ simde_vext_p16(simde_poly16x4_t a, simde_poly16x4_t b, const int n)
10621065
#define vext_p16(a, b, n) simde_vext_p16((a), (b), (n))
10631066
#endif
10641067

1068+
HEDLEY_DIAGNOSTIC_POP
1069+
10651070
SIMDE_FUNCTION_ATTRIBUTES
10661071
simde_poly64x1_t
10671072
simde_vext_p64(simde_poly64x1_t a, simde_poly64x1_t b, const int n)

0 commit comments

Comments
 (0)