This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposal: Remove or reduce math-finite.h


Hi,

Note that removing math-finite.h has no effect inside GLIBC itself -
internal math calls use wrappers which continue to be used.

Only external C/C++ code would be affected. Since all commonly
used functions already have their wrappers removed, this won't have
any effect on performance. Any other functions deemed performance
critical can have their wrappers merged on an as needed basis.

So I don't see any point going for something half-way which only
increases complexity further. Removing it (and all other odd math
inlines) is the right way forward - and long overdue.

Wilco



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]