Re: [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
Wilco Dijkstra <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <DB5PR08MB1030C82002BE4C277AAF9E61833D0@DB5PR08MB1030.eurprd08.prod.outlook.com> |
[email protected] wrote: >> You can replace all calls to it by sqrt, except for w_sqrt.c and wf_sqrt.c where you leave it as is. >>So there is no recursion. > > But then it will not be inlined. I'd like it to be. You could add machine/*/w_sqrt.c too that use sqrt. Or in the generic one call the builtin rather than __ieee754_sqrt based on a define. But none of this will improve performance or codesize. Wilco