On 26 April 2013 13:45, James Greenhalgh <james.greenha...@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.greenha...@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.greenha...@arm.com> > > * gcc.target/aarch64/vect-vrnd.c: New.
OK /Marcus