| ... | @@ -702,6 +702,7 @@ const mingwex_generic_src = [_][]const u8{ | ... | @@ -702,6 +702,7 @@ const mingwex_generic_src = [_][]const u8{ |
| 702 | "math" ++ path.sep_str ++ "fpclassify.c", | 702 | "math" ++ path.sep_str ++ "fpclassify.c", |
| 703 | "math" ++ path.sep_str ++ "fpclassifyf.c", | 703 | "math" ++ path.sep_str ++ "fpclassifyf.c", |
| 704 | "math" ++ path.sep_str ++ "fpclassifyl.c", | 704 | "math" ++ path.sep_str ++ "fpclassifyl.c", |
| | 705 | "math" ++ path.sep_str ++ "frexp.c", |
| 705 | "math" ++ path.sep_str ++ "frexpf.c", | 706 | "math" ++ path.sep_str ++ "frexpf.c", |
| 706 | "math" ++ path.sep_str ++ "frexpl.c", | 707 | "math" ++ path.sep_str ++ "frexpl.c", |
| 707 | "math" ++ path.sep_str ++ "hypot.c", | 708 | "math" ++ path.sep_str ++ "hypot.c", |