Skip to content

Commit

Permalink
GCC x86: SIMDE_BUG_GCC_94482 was fixed in 8.5, 9.4, 10+
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 1, 2023
1 parent ceb1e73 commit 43d86a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion simde/simde-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,9 @@ HEDLEY_DIAGNOSTIC_POP
# if !HEDLEY_GCC_VERSION_CHECK(9,0,0) && defined(SIMDE_ARCH_AARCH64)
# define SIMDE_BUG_GCC_BAD_VEXT_REV32
# endif
# if defined(SIMDE_ARCH_X86) && !defined(SIMDE_ARCH_AMD64)
# if !(HEDLEY_GCC_VERSION_CHECK(9,4,0) \
|| (HEDLEY_GCC_VERSION_CHECK(8,5,0) && !HEDLEY_GCC_VERSION_CHECK(9,0,0)) \
) && defined(SIMDE_ARCH_X86) && !defined(SIMDE_ARCH_AMD64)
# define SIMDE_BUG_GCC_94482
# endif
# if (defined(SIMDE_ARCH_X86) && !defined(SIMDE_ARCH_AMD64)) || defined(SIMDE_ARCH_ZARCH)
Expand Down

0 comments on commit 43d86a3

Please sign in to comment.