We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5acc1 commit 07564cdCopy full SHA for 07564cd
testcrate/build.rs
@@ -57,6 +57,7 @@ fn main() {
57
|| target.arch == "powerpc"
58
|| target.arch == "powerpc64"
59
|| target.arch == "powerpc64le"
60
+ || target.arch == "loongarch64"
61
|| (target.arch == "x86" && !target.has_feature("sse"))
62
|| target.os == "windows"
63
// Linking says "error: function signature mismatch: __extendhfsf2" and seems to
0 commit comments