| ... | @@ -460,11 +460,6 @@ pub fn resolveTargetQuery(io: Io, query: Target.Query) DetectError!Target { | ... | @@ -460,11 +460,6 @@ pub fn resolveTargetQuery(io: Io, query: Target.Query) DetectError!Target { |
| 460 | if (result.cpu.arch.isArm() and result.abi.float() == .soft) { | 460 | if (result.cpu.arch.isArm() and result.abi.float() == .soft) { |
| 461 | result.cpu.features.removeFeature(@intFromEnum(Target.arm.Feature.vfp2)); | 461 | result.cpu.features.removeFeature(@intFromEnum(Target.arm.Feature.vfp2)); |
| 462 | } | 462 | } |
| 463 | | | |
| 464 | // https://github.com/llvm/llvm-project/issues/168992 | | |
| 465 | if (result.cpu.arch == .s390x) { | | |
| 466 | result.cpu.features.removeFeature(@intFromEnum(Target.s390x.Feature.vector)); | | |
| 467 | } | | |
| 468 | } | 463 | } |
| 469 | | 464 | |
| 470 | // It's possible that we detect the native ABI, but fail to detect the OS version or were told | 465 | // It's possible that we detect the native ABI, but fail to detect the OS version or were told |