| author | |
| committer | |
| log | d852894dcf6143ff76575245f092d9e26b0e8fa6 |
| tree | 9798f15f3ae9ad42020c76a89e242961a87f66f0 |
| parent | abfe21a4fee5380eb2068be0d2b64422cbc3b9fe |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/compiler_rt/divxf3.zig+2| ... | @@ -206,5 +206,7 @@ pub fn __divxf3(a: f80, b: f80) callconv(.C) f80 { | ... | @@ -206,5 +206,7 @@ pub fn __divxf3(a: f80, b: f80) callconv(.C) f80 { |
| 206 | } | 206 | } |
| 207 | 207 | ||
| 208 | test { | 208 | test { |
| 209 | if (builtin.zig_backend == .stage2_llvm and builtin.os.tag == .windows) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/12603 | ||
| 210 | |||
| 209 | _ = @import("divxf3_test.zig"); | 211 | _ = @import("divxf3_test.zig"); |
| 210 | } | 212 | } |