We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f16
1 parent 99322d8 commit e518451Copy full SHA for e518451
library/std/build.rs
@@ -95,9 +95,6 @@ fn main() {
95
("arm64ec", _) => false,
96
// MinGW ABI bugs <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115054>
97
("x86_64", "windows") => false,
98
- // x86 has ABI bugs that show up with optimizations. This should be partially fixed with
99
- // the compiler-builtins update. <https://github.com/rust-lang/rust/issues/123885>
100
- ("x86" | "x86_64", _) => false,
101
// Missing `__gnu_h2f_ieee` and `__gnu_f2h_ieee`
102
("powerpc" | "powerpc64", _) => false,
103
0 commit comments