[COMMITTED] Use C99 math macros
Joseph Myers
joseph@codesourcery.com
Wed Jun 3 15:13:00 GMT 2015
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
More information about the Libc-alpha
mailing list