zig libc: export fdiml and fdimf (#31759)

Exports `fdiml` and `fdimf` in zig libc and removes from from musl and mingw libc.

Contributes to: https://codeberg.org/ziglang/zig/issues/30978

Reviewed-on: https://codeberg.org/ziglang/zig/pulls/31759
Reviewed-by: Andrew Kelley <andrew@ziglang.org>
Co-authored-by: badayvedat <badayvedat@gmail.com>
Co-committed-by: badayvedat <badayvedat@gmail.com>
This commit is contained in:
badayvedat
2026-04-16 01:11:04 +02:00
committed by Andrew Kelley
parent bf40264941
commit a05a25e2bb
8 changed files with 22 additions and 66 deletions
+2 -2
View File
@@ -198,8 +198,8 @@ pub fn addCases(cases: *tests.LibcContext) void {
cases.addLibcTestCase("math/fabsf.c", true, .{});
cases.addLibcTestCase("math/fabsl.c", true, .{});
cases.addLibcTestCase("math/fdim.c", true, .{});
// cases.addLibcTestCase("math/fdimf.c", true, .{});
// cases.addLibcTestCase("math/fdiml.c", true, .{});
cases.addLibcTestCase("math/fdimf.c", true, .{});
cases.addLibcTestCase("math/fdiml.c", true, .{});
cases.addLibcTestCase("math/fenv.c", true, .{});
cases.addLibcTestCase("math/floor.c", true, .{});
cases.addLibcTestCase("math/floorf.c", true, .{});