diff --git a/lib/std/zig/system.zig b/lib/std/zig/system.zig index 68c076075a..fd69db5c94 100644 --- a/lib/std/zig/system.zig +++ b/lib/std/zig/system.zig @@ -459,11 +459,6 @@ pub fn resolveTargetQuery(io: Io, query: Target.Query) DetectError!Target { if (result.cpu.arch.isArm() and result.abi.float() == .soft) { result.cpu.features.removeFeature(@intFromEnum(Target.arm.Feature.vfp2)); } - - // https://github.com/llvm/llvm-project/issues/168992 - if (result.cpu.arch == .s390x) { - result.cpu.features.removeFeature(@intFromEnum(Target.s390x.Feature.vector)); - } } // It's possible that we detect the native ABI, but fail to detect the OS version or were told