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] PowerPC: Set/restore rounding mode only when needed


Hi Siddhesh, thanks again for the review.


On 25-11-2013 07:53, Siddhesh Poyarekar wrote:
>> +static __always_inline void
>> > +libc_fesetround_ppc (int r)
>> > +{
>> > +  fesetround (r);
> Shouldn't this be __fesetround?  The rest of the patch looks OK to me.
>
> Siddhesh
>
Indeed this is a missing optimization, I have fixed it.

Pushed upstream as 41e8926aa4b7f17bc95984737ee82a254ad0911c. 


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