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: [COMMITTED] Use C99 math macros


On Wed, 3 Jun 2015, Wilco Dijkstra wrote:

> diff --git a/sysdeps/ieee754/ldbl-opt/nldbl-finite.c b/sysdeps/ieee754/ldbl-opt/nldbl-finite.c

> -  return __finite (x);
> +  return finite (x);

Are you sure about this change?  "finite", as opposed to isfinite, is a 
non-type-generic BSD function; I'd expect this to cause the "finite" 
function name to be used for the call instead of __finite.  (Using 
isfinite here should be fine.)

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