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: modf optimization


On 04/23/2013 03:42 PM, Adhemerval Zanella wrote:
> On 23-04-2013 00:22, Siddhesh Poyarekar wrote:
>> On 23 April 2013 02:25, Ryan S. Arnold <ryan.arnold@gmail.com> wrote:
>>> I'm fine with the mod_f changes.  I couldn't tell from this discussion
>>> whether the benchmark changes were redundant or not. I trust you'll
>>> test this against trunk before it's checked in.
>> The benchmark changes are fine once bench-modf.c has been formatted
>> correctly according to GNU standards.
>>
>> Siddhesh
>> --
>> http://siddhesh.in
>>
> I formatted bench-modf.c and push upstream as 3c0265394d9ffedff2b0de508602dc52e077ce5c.
> Thanks for the review and comments.
>
HI all,

I pushed a fix aa630f590c9c7d070a7cdf3a2a88069ad6b63de9 to correct the default PPC arch
to enable this optimization, changing it from power5 to power5+ as intended in patch
(since only on power5+ ISA 2.03 round() and ceil() will be inline to FP intrinsics
instructions instead of function cals).


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