On Tue, May 27, 2025 at 02:25:14PM +0200, Richard Biener wrote: > Isn't soft-fp imported from glibc?
Most of it, yes. Though, the _BitInt specific stuff in there (whether binary float <-> _BitInt or decimal float <-> _BitInt) is not owned by glibc, it is an implementation detail of GCC, put into the same directory as the rest because it uses the same infrastructure. > I was hoping Joseph would review this one. Me too. Jakub