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 __isinf_ns, __isnan and __finite inlines


On Fri, 18 Sep 2015, Wilco Dijkstra wrote:

> Since we now inline isinf, isnan and isfinite in math.h, replace uses of __isinf_ns(l/f) with isinf,
> and remove the unused inlines __isinf_ns(l/f), __isnan(f) and __finite(f).
> 
> OK for commit?

OK.

-- 
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]