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 v4 2/5] float128: Include math-finite.h for _Float128


On Thu, 11 May 2017, Gabriel F. T. Gomes wrote:

> +/* Include bits/math-finite.h for float128.  */
> +# if __HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)

As with bits/cmathcalls.h, the condition should match that for 
bits/mathcalls.h, so __GLIBC_USE (IEC_60559_TYPES_EXT) && 
(__HAVE_DISTINCT_FLOAT128 || (__HAVE_FLOAT128 && !defined _LIBC)) or 
equivalent.

OK with that change.

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