Re: [PATCH][AArch64] NEON vadd_f64 and vsub_f64 intrinsics modified

2013-10-09 Thread Marcus Shawcroft
On 8 October 2013 17:35, Alex Velenko wrote: > 2013-10-08 Alex Velenko > > * gcc.target/aarch64/vadd_f64.c: New testcase. > * gcc.target/aarch64/vsub_f64.c: New testcase. > > gcc/ > > 2013-10-08 Alex Velenko > > * config/aarch64/arm_neon.h (vadd_f64): Implementation

[PATCH][AArch64] NEON vadd_f64 and vsub_f64 intrinsics modified

2013-10-08 Thread Alex Velenko
Hi, This patch implements the behavior of vadd_f64 and vsub_f64 NEON intrinsics. Regression tests are added. Regression tests for aarch64-none-elf completed with no regressions. OK? Thanks, Alex gcc/testsuite/ 2013-10-08 Alex Velenko * gcc.target/aarch64/vadd_f64.c: New testcase.