Skip to content

Commit

Permalink
clang wasm: SIMDE_BUG_CLANG_60655 is fixed in the upcoming 17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 1, 2023
1 parent 3fa89c5 commit 25cebbe
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 @@ -1076,7 +1076,7 @@ HEDLEY_DIAGNOSTIC_POP
# define SIMDE_BUG_CLANG_48673
# endif
# define SIMDE_BUG_CLANG_45959
# if defined(SIMDE_ARCH_WASM_SIMD128)
# if defined(SIMDE_ARCH_WASM_SIMD128) && !SIMDE_DETECT_CLANG_VERSION_CHECK(17,0,0)
# define SIMDE_BUG_CLANG_60655
# endif
# elif defined(HEDLEY_MSVC_VERSION)
Expand Down

0 comments on commit 25cebbe

Please sign in to comment.