https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114907
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 58108 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58108&action=edit gcc15-pr114907.patch In retrospect, it has been a mistake to export __trunchfbf2 rather than __extendhfbf2, but we've done that already. Given that it is an arbitrary name choice (both are wrong), I think it is better to change what gcc emits rather than what functions libgcc exports, because we can backport what gcc emits but can't the libgcc changes.