Commit 0540d7fc authored by Michael R. Crusoe's avatar Michael R. Crusoe

clang aarch64: optimization bug 45541 was fixed in clang-15

parent d315aac7
......@@ -1003,8 +1003,10 @@ HEDLEY_DIAGNOSTIC_POP
# endif
# elif defined(__clang__)
# if defined(SIMDE_ARCH_AARCH64)
# define SIMDE_BUG_CLANG_45541
# define SIMDE_BUG_CLANG_48257
# if !SIMDE_DETECT_CLANG_VERSION_CHECK(15,0,0)
# define SIMDE_BUG_CLANG_45541
# endif
# if !SIMDE_DETECT_CLANG_VERSION_CHECK(12,0,0)
# define SIMDE_BUG_CLANG_46840
# define SIMDE_BUG_CLANG_46844
......
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