You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These were disabled because Apple uses a special ABI for `f16`.
`compiler-builtins` merged a fix for this in [1], which has since
propagated to rust-lang/rust. Enable tests since there should be no
remaining issues on these platforms.
[1]: rust-lang/compiler-builtins#675
Copy file name to clipboardexpand all lines: std/build.rs
-3
Original file line number
Diff line number
Diff line change
@@ -102,9 +102,6 @@ fn main() {
102
102
("arm64ec", _) => false,
103
103
// MinGW ABI bugs <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115054>
104
104
("x86_64","windows") => false,
105
-
// Apple has a special ABI for `f16` that we do not yet support
106
-
// FIXME(builtins): fixed by <https://github.com/rust-lang/compiler-builtins/pull/675>
0 commit comments