Re: [PATCH v4 5/5] math: Remove the error handling wrapper from fmod and fmodf
Florian Weimer <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
* 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. Thanks, Florian