mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01:00
Revert "std.zig.system: disable vector support on s390x for now"
This reverts commit 1cd913a0ec.
The bug was fixed in LLVM 22.
This commit is contained in:
parent
449d33bf17
commit
bd0a5082a7
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue