We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ab8ef commit 9f65757Copy full SHA for 9f65757
builtins-test/build.rs
@@ -69,6 +69,8 @@ fn main() {
69
|| target.arch == "powerpc64"
70
|| target.arch == "powerpc64le"
71
|| target.arch == "loongarch64"
72
+ // ABI only recently got specified
73
+ || target.arch == "s390x"
74
|| (target.arch == "x86" && !target.has_feature("sse"))
75
|| target.os == "windows"
76
// Linking says "error: function signature mismatch: __extendhfsf2" and seems to
0 commit comments