Skip to content

Commit 8a57b63

Browse files
committed
1 parent d17d615 commit 8a57b63

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

simde/simde-common.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,20 +1063,22 @@ HEDLEY_DIAGNOSTIC_POP
10631063
# if !HEDLEY_GCC_VERSION_CHECK(12,0,0)
10641064
# define SIMDE_BUG_VEC_CPSGN_REVERSED_ARGS
10651065
# endif
1066-
# endif
1067-
# if defined(SIMDE_ARCH_ZARCH)
1066+
# elif defined(SIMDE_ARCH_ZARCH)
10681067
# define SIMDE_BUG_GCC_95782
10691068
# if HEDLEY_GCC_VERSION_CHECK(10,0,0)
10701069
# define SIMDE_BUG_GCC_101614
10711070
# endif
1072-
# endif
1073-
# if defined(SIMDE_ARCH_MIPS_MSA)
1071+
# elif defined(SIMDE_ARCH_MIPS_MSA)
10741072
# define SIMDE_BUG_GCC_97248
10751073
# if !HEDLEY_GCC_VERSION_CHECK(12,1,0)
10761074
# define SIMDE_BUG_GCC_100760
10771075
# define SIMDE_BUG_GCC_100761
10781076
# define SIMDE_BUG_GCC_100762
10791077
# endif
1078+
# elif defined(SIMDE_ARCH_LOONGARCH)
1079+
# if HEDLEY_GCC_VERSION_CHECK(16,0,0)
1080+
# define SIMDE_BUG_GCC_123807
1081+
# endif
10801082
# endif
10811083
# if !defined(__OPTIMIZE__) && !(\
10821084
HEDLEY_GCC_VERSION_CHECK(11,4,0) \

0 commit comments

Comments
 (0)