We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434869f commit bd5caabCopy full SHA for bd5caab
testcrate/build.rs
@@ -75,6 +75,7 @@ fn main() {
75
|| target.arch == "powerpc"
76
|| target.arch == "powerpc64"
77
|| target.arch == "powerpc64le"
78
+ || target.arch == "loongarch64"
79
|| (target.arch == "x86" && !target.has_feature("sse"))
80
|| target.os == "windows"
81
// Linking says "error: function signature mismatch: __extendhfsf2" and seems to
0 commit comments