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: [PATCH] Remove math-finite.h


On Wed, 8 May 2019, Wilco Dijkstra wrote:

> Remove math-finite.h redirections for math functions since the most
> commonly used math functions no longer use multiple entry points.

If the header is removed, the tests of it should be removed as well (both 
the general support for all the libm-test tests running to test those 
function variants, including the TEST_FINITE code, and some specific tests 
that also have finite-math-only variants built with either 
-ffinite-math-only or -D__FINITE_MATH_ONLY__=1).

This is not otherwise a review of the patch.  A revised patch version 
would still need review and consensus on the change to be achieved.

-- 
Joseph S. Myers
joseph@codesourcery.com


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