We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9938086 commit 9c8d237Copy full SHA for 9c8d237
clang/test/Preprocessor/feature_tests.cpp
@@ -60,7 +60,7 @@
60
#if !__has_constexpr_builtin(__builtin_fmax) || \
61
!__has_constexpr_builtin(__builtin_fmin) || \
62
!__has_constexpr_builtin(__builtin_fmaximum_num) || \
63
- !__has_constexpr_builtin(__builtin_fmaximum_num)
+ !__has_constexpr_builtin(__builtin_fminimum_num)
64
#error Clang should have these constexpr builtins
65
#endif
66
0 commit comments