Re: [PATCH v4 5/5] math: Remove the error handling wrapper from fmod and fmodf
Adhemerval Zanella Netto <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 24/08/26 08:13, Florian Weimer wrote: > * Andreas Schwab: > >> On Mär 20 2023, Adhemerval Zanella via Libc-alpha wrote: >> >>> The error handling is moved to sysdeps/ieee754 version with no SVID >>> support. The compatibility symbol versions still use the wrapper >>> with SVID error handling around the new code. >> >> What about the fmodf32 and fmodf64 aliases? They silently changed >> without getting a new version. > > Maybe that's okay? They should not have had obsolete SVID error > handling in the first place. Yes, it does not make much sense to me to provide compatibility support for symbols that were added at the same time as or after the SVID deprecation.