| ... | ... | @@ -461,11 +461,6 @@ pub fn resolveTargetQuery(io: Io, query: Target.Query) DetectError!Target { |
| 461 | 461 | result.cpu.features.removeFeature(@intFromEnum(Target.arm.Feature.vfp2)); |
| 462 | 462 | } |
| 463 | 463 | |
| 464 | | // https://github.com/llvm/llvm-project/issues/135283 |
| 465 | | if (result.cpu.arch.isMIPS() and result.abi.float() == .soft) { |
| 466 | | result.cpu.features.addFeature(@intFromEnum(Target.mips.Feature.soft_float)); |
| 467 | | } |
| 468 | | |
| 469 | 464 | // https://github.com/llvm/llvm-project/issues/168992 |
| 470 | 465 | if (result.cpu.arch == .s390x) { |
| 471 | 466 | result.cpu.features.removeFeature(@intFromEnum(Target.s390x.Feature.vector)); |