Skip to content

Commit

Permalink
neon/cvt: clang bug 46844 was fixed in clang 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 12, 2023
1 parent 7bc774f commit 71e03a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde/simde-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -971,10 +971,10 @@ SIMDE_DIAGNOSTIC_DISABLE_CPP98_COMPAT_PEDANTIC_
# elif defined(__clang__)
# if defined(SIMDE_ARCH_AARCH64)
# define SIMDE_BUG_CLANG_45541
# define SIMDE_BUG_CLANG_46844
# define SIMDE_BUG_CLANG_48257
# if !SIMDE_DETECT_CLANG_VERSION_CHECK(12,0,0)
# define SIMDE_BUG_CLANG_46840
# define SIMDE_BUG_CLANG_46844
# endif
# if SIMDE_DETECT_CLANG_VERSION_CHECK(10,0,0) && SIMDE_DETECT_CLANG_VERSION_NOT(11,0,0)
# define SIMDE_BUG_CLANG_BAD_VI64_OPS
Expand Down

0 comments on commit 71e03a6

Please sign in to comment.