diff options
| author | David Senoner <seda18@rolmail.net> | 2025-08-26 14:16:55 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-27 03:58:32 +0200 |
| commit | 9399fcddce0bcd8e987b053f3946aa1b0ff2ef0a (patch) | |
| tree | d72180f3ea1097a78cb52fc6567a1d7762efee41 /src | |
| parent | aae5560712fb67cea2b1405c4e2b03e9be236678 (diff) | |
| download | zig-9399fcddce0bcd8e987b053f3946aa1b0ff2ef0a.tar.gz zig-9399fcddce0bcd8e987b053f3946aa1b0ff2ef0a.zip | |
libc: use zig isnan and derivates for mingw
Diffstat (limited to 'src')
| -rw-r--r-- | src/libs/mingw.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/mingw.zig b/src/libs/mingw.zig index 612a5a0db6..1ef660fee2 100644 --- a/src/libs/mingw.zig +++ b/src/libs/mingw.zig @@ -577,9 +577,6 @@ const mingw32_generic_src = [_][]const u8{ "math" ++ path.sep_str ++ "frexpl.c", "math" ++ path.sep_str ++ "hypotf.c", "math" ++ path.sep_str ++ "hypotl.c", - "math" ++ path.sep_str ++ "isnan.c", - "math" ++ path.sep_str ++ "isnanf.c", - "math" ++ path.sep_str ++ "isnanl.c", "math" ++ path.sep_str ++ "ldexpf.c", "math" ++ path.sep_str ++ "lgamma.c", "math" ++ path.sep_str ++ "lgammaf.c", |
