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 2/4] Macroize inclusion of math-finite.h (part 2)


On Mon, 13 Mar 2017, Gabriel F. T. Gomes wrote:

> I could not come up with a more clever way to declare __lgammal_r_finite when
> __NO_LONG_DOUBLE_MATH is set.

It should be OK to use __REDIRECT_NTH when the asm name used is the same 
name the function would have had anyway.  So declare __lgamma*_r_finite 
using __MATH_REDIRCALL_2 (__lgamma, _r_finite, (_Mdouble_, int *), lgamma) 
or similar.

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