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


On Tue, 9 May 2017, Gabriel F. T. Gomes wrote:

> +# if !__MATH_DECLARING_FLOAT128
>  __MATH_REDIRCALL_2 (pow10, , (_Mdouble_), exp10);
> +# endif

Should be __MATH_DECLARING_FLOATN (the same macro as I suggested for 
bits/mathcalls.h use), as this would apply to all _FloatN types.

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