mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
Revert "test: disable some vector ctz/clz behavior tests on LoongArch with LSX"
This reverts commit beb25b0430.
The bug was fixed in LLVM 22.
This commit is contained in:
@@ -110,8 +110,6 @@ test "@clz vectors" {
|
||||
}
|
||||
|
||||
fn testClzVectors() !void {
|
||||
if (comptime builtin.cpu.has(.loongarch, .lsx)) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/159529
|
||||
|
||||
const Vu4 = @Vector(64, u4);
|
||||
const Vu8 = @Vector(64, u8);
|
||||
const Vu128 = @Vector(64, u128);
|
||||
@@ -193,8 +191,6 @@ test "@ctz vectors" {
|
||||
}
|
||||
|
||||
fn testCtzVectors() !void {
|
||||
if (comptime builtin.cpu.has(.loongarch, .lsx)) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/159529
|
||||
|
||||
const Vu4 = @Vector(64, u4);
|
||||
const Vu8 = @Vector(64, u8);
|
||||
@setEvalBranchQuota(10_000);
|
||||
|
||||
Reference in New Issue
Block a user