File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ // RUN: %clang --target=riscv32-unknown-linux-gnu -march=rv32i -E -dM %s \
2
+ // RUN: -o - | FileCheck %s
3
+ // RUN: %clang --target=riscv64-unknown-linux-gnu -march=rv64i -E -dM %s \
4
+ // RUN: -o - | FileCheck %s
5
+
6
+ // CHECK-NOT: __riscv_xsfmm128t {{.*$}}
7
+ // CHECK-NOT: __riscv_xsfmm16t {{.*$}}
8
+ // CHECK-NOT: __riscv_xsfmm32a8i {{.*$}}
9
+ // CHECK-NOT: __riscv_xsfmm32a8f {{.*$}}
10
+ // CHECK-NOT: __riscv_xsfmm32a16f {{.*$}}
11
+ // CHECK-NOT: __riscv_xsfmm32a32f {{.*$}}
12
+ // CHECK-NOT: __riscv_xsfmm32a32t {{.*$}}
13
+ // CHECK-NOT: __riscv_xsfmm64a64f {{.*$}}
14
+ // CHECK-NOT: __riscv_xsfmm64t {{.*$}}
15
+ // CHECK-NOT: __riscv_xsfmmbase {{.*$}}
16
+
1
17
// RUN: %clang --target=riscv32 \
2
18
// RUN: -march=rv32i_zve32x_xsfmm128t -E -dM %s \
3
19
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM128T %s
You can’t perform that action at this time.
0 commit comments