mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 23:53:15 +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.