Commit 436dd4cc authored by Michael R. Crusoe's avatar Michael R. Crusoe Committed by Michael R. Crusoe

GCC x86/x64: SIMDE_BUG_GCC_98521 was fixed in 10.3

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98521
parent 84311230
......@@ -964,7 +964,9 @@ HEDLEY_DIAGNOSTIC_POP
# if defined(__OPTIMIZE__)
# define SIMDE_BUG_GCC_100927
# endif
# define SIMDE_BUG_GCC_98521
# if !(HEDLEY_GCC_VERSION_CHECK(10,3,0))
# define SIMDE_BUG_GCC_98521
# endif
# endif
# if !HEDLEY_GCC_VERSION_CHECK(9,4,0) && defined(SIMDE_ARCH_AARCH64)
# define SIMDE_BUG_GCC_94488
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment