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 66907da commit 221c9b4Copy full SHA for 221c9b4
clang/test/Preprocessor/riscv-target-features-andes.c
@@ -15,6 +15,14 @@
15
// RUN: -o - | FileCheck --check-prefix=CHECK-XANDESPERF %s
16
// CHECK-XANDESPERF: __riscv_xandesperf 5000000{{$}}
17
18
+// RUN: %clang --target=riscv32 \
19
+// RUN: -march=rv32i_xandesvbfhcvt -E -dM %s \
20
+// RUN: -o - | FileCheck --check-prefix=CHECK-XANDESVBFHCVT %s
21
+// RUN: %clang --target=riscv64 \
22
+// RUN: -march=rv64i_xandesvbfhcvt -E -dM %s \
23
24
+// CHECK-XANDESVBFHCVT: __riscv_xandesvbfhcvt 5000000{{$}}
25
+
26
// RUN: %clang --target=riscv32 \
27
// RUN: -march=rv32i_xandesvpackfph -E -dM %s \
28
// RUN: -o - | FileCheck --check-prefix=CHECK-XANDESVPACKFPH %s
0 commit comments