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
+ // REQUIRES: loongarch-registered-target
2
+ // RUN: %clang_cc1 %s -fsyntax-only -triple loongarch64-linux -target-feature +lasx
3
+ // RUN: %clang_cc1 %s -fsyntax-only -triple loongarch64-linux -target-feature +lasx -flax-vector-conversions=none
4
+ // RUN: %clang_cc1 %s -fsyntax-only -triple loongarch64-linux -target-feature +lasx -flax-vector-conversions=none -fno-signed-char
5
+
6
+ #include <lasxintrin.h>
Original file line number Diff line number Diff line change
1
+ // REQUIRES: loongarch-registered-target
2
+ // RUN: %clang_cc1 %s -fsyntax-only -triple loongarch64-linux -target-feature +lsx
3
+ // RUN: %clang_cc1 %s -fsyntax-only -triple loongarch64-linux -target-feature +lsx -flax-vector-conversions=none
4
+ // RUN: %clang_cc1 %s -fsyntax-only -triple loongarch64-linux -target-feature +lsx -flax-vector-conversions=none -fno-signed-char
5
+
6
+ #include <lsxintrin.h>
You can’t perform that action at this time.
0 commit comments