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 d1be246 commit 03e375bCopy full SHA for 03e375b
libm/configure.rs
@@ -35,7 +35,7 @@ impl Config {
35
36
let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap();
37
// Symbols are missing so we can't test until they get to nightly
38
- let bootstrapping_f128 = target_arch == "x86";
+ let bootstrapping_f128 = target_arch == "x86" || target_arch == "s390x";
39
40
Self {
41
target_triple,
0 commit comments