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 c366e61 commit 97ae760Copy full SHA for 97ae760
clang/test/Sema/zvk-invalid-features.c
@@ -1,5 +1,7 @@
1
// REQUIRES: riscv-registered-target
2
-// RUN: %clang_cc1 -triple riscv64 %s -fsyntax-only -verify
+// RUN: %clang_cc1 -triple riscv64 %s -target-feature +v -fsyntax-only -verify
3
+
4
+#include <riscv_vector.h>
5
6
void test_zvk_features() {
7
// zvbb
0 commit comments