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: [ping2][PATCH][ppc] Use intermediate var for exponent in __muland __sqr


On Wed, Mar 6, 2013 at 4:13 AM, Siddhesh Poyarekar <siddhesh@redhat.com> wrote:
> Ping!
>
> On Thu, Feb 28, 2013 at 11:35:36AM +0530, Siddhesh Poyarekar wrote:
>> Ping!
>>
>> On Thu, Feb 21, 2013 at 06:27:22PM +0530, Siddhesh Poyarekar wrote:
>> > Hi,
>> >
>> > Attached patch uses an intermediate variable similar to the generic
>> > code to calculate the exponent.  In __mul the resulting code is a
>> > little more compact since the earlier code resulted in two copies of
>> > load instructions to load EX and EY.  In __sqr the result is better
>> > since an additional store is eliminated.
>> >
>> > OK to commit?
This is fine.

Ryan


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