This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]Prefer neon for stringops on a53/a57 in AArch32 mode


On Thu, Nov 13, 2014 at 1:54 PM, Bin Cheng <bin.cheng@arm.com> wrote:
> Hi,
> As commented at https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00684.html,
> this is a simple patch enabling neon memset inlining on
> cortex-a53/cortex-a57 in AArch32 mode.
>
> Test on
> arm-none-linux-gnueabihf/--with-cpu=cortex-a57/--with-fpu=crypto-neon-fp-arm
> v8/--with-float=hard.  I will further collect benchmark data, see if there
> is regression.
>
> Is it ok if benchmark results are good?
>
> 2014-11-13  Bin Cheng  <bin.cheng@arm.com>
>
>         * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune):
> Prefer
>         neon for stringops on cortex-a53/a57 in AArch32 mode.

I collected perf data for this patch, there is no obvious change on
cortex-a57/aarch32, so is it OK?

Thanks,
bin


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