Re: [PATCH] Remove log2 define
Wilco Dijkstra <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <DB5PR08MB103095E3FA230D05CA79699F83360@DB5PR08MB1030.eurprd08.prod.outlook.com> |
Corinna Vinschen wrote: >> Since newlib now has a fast implementation of log2, > > Only if !__OBSOLETE_MATH Is there any reason keep that old code, particularly for the rewritten double precision functions? We now have a log2 that is both fast, accurate and correct, which isn't true for the obsolete version. Wilco