[PATCH v4 2/5] float128: Include math-finite.h for _Float128

Joseph Myers joseph@codesourcery.com
Fri May 12 14:56:00 GMT 2017


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



More information about the Libc-alpha mailing list