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] Update sparc ULPs.


From: "Joseph S. Myers" <joseph@codesourcery.com>
Date: Sat, 17 Nov 2012 01:32:40 +0000

> On Fri, 16 Nov 2012, David Miller wrote:
> 
>> The following patch seems to do the trick, does it look OK to you?
> 
> It looks fine to me, as long as nothing in the subsequent code is using 
> any of the values previously computed from the old value of y (q, hy, iy) 
> without recomputing them from the saturated value (and it doesn't look 
> like they are being used later in the function).

Yes, I validated that 'y' is only used directly past this point in
the function.

Therefore I'll check in this fix, thanks Joseph.


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