| ... | @@ -233,6 +233,7 @@ test "__aeabi_frsub" { | ... | @@ -233,6 +233,7 @@ test "__aeabi_frsub" { |
| 233 | | 233 | |
| 234 | test "__aeabi_drsub" { | 234 | test "__aeabi_drsub" { |
| 235 | if (!builtin.cpu.arch.isArm() or builtin.cpu.arch.isThumb()) return error.SkipZigTest; | 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 | const inf64 = std.math.inf(f64); | 237 | const inf64 = std.math.inf(f64); |
| 237 | const maxf64 = std.math.floatMax(f64); | 238 | const maxf64 = std.math.floatMax(f64); |
| 238 | const frsub_data = [_][3]f64{ | 239 | const frsub_data = [_][3]f64{ |