Files
zig/lib/c
rpkak e74b98227e zigc: long double: call double function if long double and double are equivalent
For some of these functions and most targets this changes nothing,
either because long double and double are not equivalent or because
llvm did function deduplication.

But e.g. on aarch64-windows-gnu, ucrt provides hypot, but not hypotl.
Now hypotl calls hypot from ucrt instead of including the std.math.hypot
implementation in zigc.

Very trivial functions (like nanl) are not changed, because a function call would probably make this function more complex.
2026-04-16 07:05:30 +02:00
..
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-14 09:25:41 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-04-02 15:13:39 +02:00
2026-02-11 23:37:31 +01:00
2026-02-11 07:58:11 +01:00