mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +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.