mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Reenable std.fmt.test.vector for riscv64
The vector codegen issue as described in https://github.com/ziglang/zig/issues/4486 has been fixed upstream.
This commit is contained in:
parent
d94e061ade
commit
a9f06d16fd
@ -1211,10 +1211,6 @@ test "positional/alignment/width/precision" {
|
||||
|
||||
test "vector" {
|
||||
if ((builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/22060
|
||||
if (builtin.target.cpu.arch == .riscv64) {
|
||||
// https://github.com/ziglang/zig/issues/4486
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false };
|
||||
const vi64: @Vector(4, i64) = [_]i64{ -2, -1, 0, 1 };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user