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] Convert NEON frint implementations to use builtins.


On 26 April 2013 13:45, James Greenhalgh <james.greenhalgh@arm.com> wrote:
>
> Hi,
>
> This patch renames the vrnd<a, i, m, n, p, x><q> intrinsics,
> which previously were vrnd<q><a, i, m, n, p, x>
>
> At the same time, we move these intrinsics to an RTL-based intrinsic.
>
> Regression tested on aarch64-none-elf with no issues.
>
> Thanks,
> James
>
> ---
> gcc/
>
> 2013-04-26  James Greenhalgh  <james.greenhalgh@arm.com>
>
>         * config/aarch64/arm_neon.h (vrndq<a,m,n,p>_f<32, 64>): Rename to...
>         (vrnd<a,m,n,p>q_f<32, 64>): ...This, implement using builtin.
>         (vrnd<a,m,n,p>_f32): Implement using builtins.
>         (vrnd<i,x><q>_f<32, 64>): New.
>
> gcc/testsuite/
>
> 2013-04-26  James Greenhalgh  <james.greenhalgh@arm.com>
>
>         * gcc.target/aarch64/vect-vrnd.c: New.

OK
/Marcus


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