[libc-commits] [libc] [libc] Alternative algorithm for decimal FP printf (PR #123643)

Simon Tatham via libc-commits libc-commits at lists.llvm.org
Wed Jan 22 09:04:29 PST 2025


statham-arm wrote:

Thanks for the comments! I've pushed a fixup patch dealing with the two easy ones (avoid including public headers, use the `write(char)` overload). I'll need to do some more rework for the larger issue of trying to avoid the loop.

https://github.com/llvm/llvm-project/pull/123643


More information about the libc-commits mailing list