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/8] x86_64: Convert __ieee754_sqrt{,f,l} from macrosto inlines.


On 03/07/12 15:05, Marek Polacek wrote:
> On Wed, Mar 07, 2012 at 02:10:56PM -0800, Richard Henderson wrote:
>> +extern inline double
>> +__ieee754_sqrt (double d)
>> +{
> 
> Maybe use __extern_inline instead everywhere?

I suppose I could.

There's no special need for that though; that macro is needed for use in
installed headers, whereas these uses are private to glibc wherein we are
always compiling with -std=gnu99.

And I suppose there's __always_inline elsewhere, merely for preservation
of keystrokes...



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]