Rollup merge of #130961 - tgross35:f16-x86-apple, r=thomcc · qinheping/verify-rust-std@e4d621e (original) (raw)

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
107 -("x86" | "x86_64", _) if target_vendor == "apple" => false,
108 105 // Infinite recursion https://github.com/llvm/llvm-project/issues/97981
109 106 ("csky", _) => false,
110 107 ("hexagon", _) => false,