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: [AArch64] Rewrite vca<ge, gt, le, lt> Neon patterns in C.


OK
/Marcus

On 30 April 2013 16:13, James Greenhalgh <james.greenhalgh@arm.com> wrote:
>
> Hi,
>
> This patch renames the vac<ge, gt> neon intrinsics to vca<ge, gt>
> as required by the newest version of the neon intrinsics spec.
>
> While we are there, we also update all the vca* intrinsics to
> a C implimentation.
>
> Regression tested on aarch64-none-elf with no regressions.
>
> OK?
>
> Thanks,
> James
>
> ---
> gcc/
>
> 2013-04-30  James Greenhalgh  <james.greenhalgh@arm.com>
>
>         * config/aarch64/arm_neon.h
>         (vac<ge, gt><sd>_f<32, 64>): Rename to...
>         (vca<ge, gt><sd>_f<32, 64>): ...this, reimpliment in C.
>         (vca<ge, gt, lt, le><q>_f<32, 64>): Reimpliment in C.


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