authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-11-24 04:34:49+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-13 03:13:14+01:00
log620f69c3b4cbd581726d2e1b3b1af05ef9ed9e26
tree30a691adc1519e9a3ea30b16e068ceff2d7faf7f
parent130f7c2ed8e3358e24bb2fc7cca57f7a6f1f85c3
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

compiler-rt: Disable __aeabi_drsub test on armeb.

https://github.com/ziglang/zig/issues/22061

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

lib/compiler_rt/arm.zig+1
......@@ -233,6 +233,7 @@ test "__aeabi_frsub" {
233233
234234test "__aeabi_drsub" {
235235 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
236237 const inf64 = std.math.inf(f64);
237238 const maxf64 = std.math.floatMax(f64);
238239 const frsub_data = [_][3]f64{