Skip to content

Commit 07564cd

Browse files
committed
Skip the f16-related tests on LoongArch
Skip the f16-related tests on LoongArch if there are no f16 symbols in the system libraries.
1 parent 9b5acc1 commit 07564cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testcrate/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ fn main() {
5757
|| target.arch == "powerpc"
5858
|| target.arch == "powerpc64"
5959
|| target.arch == "powerpc64le"
60+
|| target.arch == "loongarch64"
6061
|| (target.arch == "x86" && !target.has_feature("sse"))
6162
|| target.os == "windows"
6263
// Linking says "error: function signature mismatch: __extendhfsf2" and seems to

0 commit comments

Comments
 (0)