reimplements fdiml and fdimf in libzigc and removes from from musl and mingw libc. For testing I run
$ stage3/bin/zig build test-libc -Dlibc-test-path=../../libc-test -Dtest-filter=fdiml -fqemu -fwasmtime --summary all
I followed these PRs for reference:
Contributes to: #30978
reimplements `fdiml` and `fdimf` in `libzigc` and removes from from musl and mingw libc. For testing I run
```bash
$ stage3/bin/zig build test-libc -Dlibc-test-path=../../libc-test -Dtest-filter=fdiml -fqemu -fwasmtime --summary all
```
I followed these PRs for reference:
- https://codeberg.org/ziglang/zig/pulls/31434
- https://codeberg.org/ziglang/zig/pulls/31188
- https://codeberg.org/ziglang/zig/pulls/31503
- https://codeberg.org/ziglang/zig/pulls/31516
Contributes to: https://codeberg.org/ziglang/zig/issues/30978