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 04/05] Math optimizations for POWER8


On 19-02-2014 07:36, Adhemerval Zanella wrote:
> On 19-02-2014 05:19, Rajalakshmi Srinivasaraghavan wrote:
>>> This patch add a optimized llrint/llrintf implementation for POWER8
>>> using the new Move From VSR Doubleword instruction to gains some
>>> cycles from FP to GRP register move.
>> In sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S
>>
>> Do we need to add the following definition?(as its defined in lround)
>>
>> #define __lrint __lrint_power8
>>
> I did add it, didn't I?
>
Sorry, I get now the issue you pointed out. In fact, the #define __lround _lround_power8 is
a superfluous one. I'll remove it.


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