Skip to content

Commit

Permalink
Update simde-detect-clang.h (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur authored Feb 18, 2024
1 parent 684baa1 commit 923f8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde/simde-detect-clang.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# define SIMDE_DETECT_CLANG_VERSION 150000
# elif __has_warning("-Wbitwise-instead-of-logical")
# define SIMDE_DETECT_CLANG_VERSION 140000
# elif __has_warning("-Wwaix-compat")
# elif __has_warning("-Waix-compat")
# define SIMDE_DETECT_CLANG_VERSION 130000
# elif __has_warning("-Wformat-insufficient-args")
# define SIMDE_DETECT_CLANG_VERSION 120000
Expand Down

0 comments on commit 923f8ac

Please sign in to comment.