| ... | @@ -707,6 +707,7 @@ const mingwex_generic_src = [_][]const u8{ | ... | @@ -707,6 +707,7 @@ const mingwex_generic_src = [_][]const u8{ |
| 707 | "math" ++ path.sep_str ++ "fpclassifyf.c", | 707 | "math" ++ path.sep_str ++ "fpclassifyf.c", |
| 708 | "math" ++ path.sep_str ++ "fpclassifyl.c", | 708 | "math" ++ path.sep_str ++ "fpclassifyl.c", |
| 709 | "math" ++ path.sep_str ++ "frexpf.c", | 709 | "math" ++ path.sep_str ++ "frexpf.c", |
| | 710 | "math" ++ path.sep_str ++ "frexpl.c", |
| 710 | "math" ++ path.sep_str ++ "hypot.c", | 711 | "math" ++ path.sep_str ++ "hypot.c", |
| 711 | "math" ++ path.sep_str ++ "hypotf.c", | 712 | "math" ++ path.sep_str ++ "hypotf.c", |
| 712 | "math" ++ path.sep_str ++ "hypotl.c", | 713 | "math" ++ path.sep_str ++ "hypotl.c", |