RE: [PATCH RFC] allow inline intrinsics for __ieee754_sqrt/f
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Wilco, >You mean __ieee754_sqrt? Yes. > 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. Cheers, Jon