Skip to content

Commit

Permalink
Skip the f16-related tests on LoongArch
Browse files Browse the repository at this point in the history
Skip the f16-related tests on LoongArch if there are no f16 symbols
in the system libraries.
  • Loading branch information
heiher committed Feb 26, 2025
1 parent 9b5acc1 commit 07564cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testcrate/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ fn main() {
|| target.arch == "powerpc"
|| target.arch == "powerpc64"
|| target.arch == "powerpc64le"
|| target.arch == "loongarch64"
|| (target.arch == "x86" && !target.has_feature("sse"))
|| target.os == "windows"
// Linking says "error: function signature mismatch: __extendhfsf2" and seems to
Expand Down

0 comments on commit 07564cd

Please sign in to comment.