Re-enable mulAdd f128 tests on i386-linux

This commit is contained in:
Cody Tapscott 2022-10-13 12:49:35 -07:00
parent 1e278131e3
commit 34863224c3

View File

@ -71,12 +71,6 @@ test "@mulAdd f128" {
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage1 and
builtin.cpu.arch == .i386 and builtin.os.tag == .linux)
{
return error.SkipZigTest;
}
comptime try testMulAdd128();
try testMulAdd128();
}