| ... | @@ -12870,10 +12870,6 @@ fn backendSupportsF16(target: *const std.Target) bool { | ... | @@ -12870,10 +12870,6 @@ fn backendSupportsF16(target: *const std.Target) bool { |
| 12870 | .thumb, | 12870 | .thumb, |
| 12871 | .thumbeb, | 12871 | .thumbeb, |
| 12872 | => target.abi.float() == .soft or target.cpu.has(.arm, .fullfp16), | 12872 | => target.abi.float() == .soft or target.cpu.has(.arm, .fullfp16), |
| 12873 | // https://github.com/llvm/llvm-project/issues/129394 | | |
| 12874 | .aarch64, | | |
| 12875 | .aarch64_be, | | |
| 12876 | => target.cpu.has(.aarch64, .fp_armv8), | | |
| 12877 | else => true, | 12873 | else => true, |
| 12878 | }; | 12874 | }; |
| 12879 | } | 12875 | } |