https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114981
Bug ID: 114981 Summary: [avr] Improve powi implementation Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: gjl at gcc dot gnu.org Target Milestone: --- powif() and powi() can be improved in functionality * __powisf2 is in open coded C, which bloats due to PR11093 or PR114243 or similar register allocation flaws. * __powidf2 is not implemented.