authorgravatar for topolarity@tapscott.meCody Tapscott <topolarity@tapscott.me> 2022-10-13 12:47:47-07:00
committergravatar for topolarity@tapscott.meCody Tapscott <topolarity@tapscott.me> 2022-10-13 12:53:29-07:00
log1e278131e39e214684566db2d4fc3c1e16c71475
tree062d18cfb44a9ac5dda8e4d0a58fdc6292d44625
parentf035437b5dcd054d136f5e823979afb583c40f59

Re-enable `@mulAdd` f128 tests on aarch64-darwin

Closes #9900

1 files changed, 0 insertions(+), 5 deletions(-)

test/behavior/muladd.zig-5
......@@ -71,11 +71,6 @@ test "@mulAdd f128" {
7171 if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
7272 if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
7373
74 if (builtin.os.tag == .macos and builtin.cpu.arch == .aarch64) {
75 // https://github.com/ziglang/zig/issues/9900
76 return error.SkipZigTest;
77 }
78
7974 if (builtin.zig_backend == .stage1 and
8075 builtin.cpu.arch == .i386 and builtin.os.tag == .linux)
8176 {