On Fri, Nov 22, 2013 at 03:19:35PM +0000, Marcus Shawcroft wrote: > 2013/11/21 Alex Velenko <alex.vele...@arm.com>: > > > 2013-11-21 Alex Velenko <alex.vele...@arm.com> > > > > * config/aarch64/arm_neon.h (vmov_n_f32): Implemented in C. > > (vmov_n_f64): Likewise. > > (vmov_n_p8): Likewise. > > (vmov_n_p16): Likewise. > > (vmov_n_s8): Likewise. > > (vmov_n_s16): Likewise. > > (vmov_n_s32): Likewise. > > (vmov_n_s64): Likewise. > > (vmov_n_u8): Likewise. > > (vmov_n_u16): Likewise. > > (vmov_n_u32): Likewise. > > (vmov_n_u64): Likewise. > > (vmovq_n_f32): Likewise. > > (vmovq_n_f64): Likewise. > > (vmovq_n_p8): Likewise. > > (vmovq_n_p16): Likewise. > > (vmovq_n_s8): Likewise. > > (vmovq_n_s16): Likewise. > > (vmovq_n_s32): Likewise. > > (vmovq_n_s64): Likewise. > > (vmovq_n_u8): Likewise. > > (vmovq_n_u16): Likewise. > > (vmovq_n_u32): Likewise. > > (vmovq_n_u64): Likewise. > > > > gcc/testsuite/ > > > > 2013-11-21 Alex Velenko <alex.vele...@arm.com> > > > > * gcc.target/aarch64/vmov_n_1.c: New testcase. > > OK, Thanks /Marcus >
Thanks Marcus, I've committed this on Alex' behalf as revision 205270 as he does not have commit rights. Alex, for future reference, your ChangeLog format is not correct. There should be one tab at the beginning of each line. Additionally, your patch did not trivially apply - I had issues with the hunk adding a new test case. Perhaps you need to check the settings on your mailer? Thanks, James