Re: [PATCH][AARCH64] Vdiv NEON intrinsic

2013-10-09 Thread Marcus Shawcroft
On 8 October 2013 17:25, Alex Velenko wrote: > gcc/testsuite/ > > 2013-09-10 Alex Velenko > > * gcc.target/aarch64/vdiv_f.c: New testcase. > > gcc/ > > 2013-09-10 Alex Velenko > > * config/aarch64/arm_neon.h (vdiv_f64): Added. OK. I fixed the date format for the pro

[PATCH][AARCH64] Vdiv NEON intrinsic

2013-10-08 Thread Alex Velenko
Hi, This patch implements the behavior of vdiv_f64 intrinsic and adds regression tests for vdiv[q]_f[32,64] NEON intrinsics. Full aarch64-none-elf regression test ran with no regressions. Is it OK? Thanks, Alex gcc/testsuite/ 2013-09-10 Alex Velenko * gcc.target/aarch64/vdiv_