File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ // RUN: %clang_cc1 %s -fsyntax-only -triple loongarch64 -target-feature +lasx
2
+ // RUN: not %clang_cc1 %s -fsyntax-only -triple loongarch64 -target-feature +lasx -flax-vector-conversions=none
3
+ // RUN: not %clang_cc1 %s -fsyntax-only -triple loongarch64 -target-feature +lasx -flax-vector-conversions=none -fno-signed-char
4
+ // FIXME: "not" should be removed once we fix GH#110834.
5
+
6
+ #include <lasxintrin.h>
Original file line number Diff line number Diff line change
1
+ // RUN: %clang_cc1 %s -fsyntax-only -triple loongarch64 -target-feature +lsx
2
+ // RUN: not %clang_cc1 %s -fsyntax-only -triple loongarch64 -target-feature +lsx -flax-vector-conversions=none
3
+ // RUN: not %clang_cc1 %s -fsyntax-only -triple loongarch64 -target-feature +lsx -flax-vector-conversions=none -fno-signed-char
4
+ // FIXME: "not" should be removed once we fix GH#110834.
5
+
6
+ #include <lsxintrin.h>
You can’t perform that action at this time.
0 commit comments