| author | |
| committer | |
| log | 620f69c3b4cbd581726d2e1b3b1af05ef9ed9e26 |
| tree | 30a691adc1519e9a3ea30b16e068ceff2d7faf7f |
| parent | 130f7c2ed8e3358e24bb2fc7cca57f7a6f1f85c3 |
| signature |
https://github.com/ziglang/zig/issues/220611 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler_rt/arm.zig+1| ... | ... | @@ -233,6 +233,7 @@ test "__aeabi_frsub" { |
| 233 | 233 | |
| 234 | 234 | test "__aeabi_drsub" { |
| 235 | 235 | if (!builtin.cpu.arch.isArm() or builtin.cpu.arch.isThumb()) return error.SkipZigTest; |
| 236 | if (builtin.cpu.arch == .armeb and builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/22061 | |
| 236 | 237 | const inf64 = std.math.inf(f64); |
| 237 | 238 | const maxf64 = std.math.floatMax(f64); |
| 238 | 239 | const frsub_data = [_][3]f64{ |