Skip to content

Commit bd5caab

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 434869f commit bd5caab

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
@@ -75,6 +75,7 @@ fn main() {
7575
|| target.arch == "powerpc"
7676
|| target.arch == "powerpc64"
7777
|| target.arch == "powerpc64le"
78+
|| target.arch == "loongarch64"
7879
|| (target.arch == "x86" && !target.has_feature("sse"))
7980
|| target.os == "windows"
8081
// Linking says "error: function signature mismatch: __extendhfsf2" and seems to

0 commit comments

Comments
 (0)