mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 19:13:16 +00:00
This replaces the errol backend with one based on ryu. The 128-bit backend only is implemented. This supports all floating-point types and does not use fp logic to print. Closes #1181. Closes #1299. Closes #3612.