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 8719328 commit 116cd9cCopy full SHA for 116cd9c
clang/test/Preprocessor/feature_tests.cpp
@@ -64,6 +64,14 @@
64
#error Clang should have these constexpr builtins
65
#endif
66
67
+#if !__has_constexpr_builtin(__builtin_convertvector)
68
+#error Clang should have these constexpr builtins
69
+#endif
70
+
71
+#if !__has_constexpr_builtin(__builtin_shufflevector)
72
73
74
75
#if __has_constexpr_builtin(__builtin_cbrt)
76
#error This builtin should not be constexpr in Clang
77
0 commit comments