mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
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:
committed by
Andrew Kelley
parent
bf40264941
commit
a05a25e2bb
+2
-2
@@ -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, .{});
|
||||
|
||||
Reference in New Issue
Block a user