diff --git a/library/std/build.rs b/library/std/build.rs index c5d0af469a8e9..5da470c6462aa 100644 --- a/library/std/build.rs +++ b/library/std/build.rs @@ -102,9 +102,6 @@ fn main() { ("arm64ec", _) => false, // MinGW ABI bugs ("x86_64", "windows") => false, - // Apple has a special ABI for `f16` that we do not yet support - // FIXME(builtins): fixed by - ("x86" | "x86_64", _) if target_vendor == "apple" => false, // Infinite recursion ("csky", _) => false, ("hexagon", _) => false,