This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.


Will Newton <will.newton@linaro.org> writes:

> On 15 April 2013 11:06, Måns Rullgård <mans@mansr.com> wrote:
>
> Hi Måns,
>
>>> Add a high performance memcpy routine optimized for Cortex-A15 with
>>> variants for use in the presence of NEON and VFP hardware, selected
>>> at runtime using indirect function support.
>>
>> How does this perform on Cortex-A9?
>
> The code is also faster on A9 although the gains are not quite as
> pronounced.

That should be expected.  As long as it's not slower, it's all well.

Out of interest, did you compare this memcpy to any other NEON versions
floating about, such as the one in bionic?

-- 
Måns Rullgård
mans@mansr.com


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