[libc-commits] [libc] [libc] Enable floating point support for baremetal printf (PR #101912)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Aug 5 13:50:49 PDT 2024


jhuber6 wrote:

> This will work, but I will warn you that printf float support will increase binary size significantly.

Yeah, It's disabled on the  GPU because it makes compilation take forever even with the long double table turned off. I floated the idea of allowing `strfromd` to work even w/ it disabled for `printf` but never got around to it.

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


More information about the libc-commits mailing list