On 20 June 2014 15:17, Kyrill Tkachov <kyrylo.tkac...@arm.com> wrote: > Hi all, > > Now that Alan fixed the float64x1_t machinery, this patch implements some > low-hanging intrinsics > in arm_neon.h. > > Tested aarch64-none-elf and bootstrapped on aarch64-linux. > > Ok for trunk? > > Thanks, > Kyrill > > 2014-06-20 Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > * config/aarch64/arm_neon.h (vfma_f64): New intrinsic. > (vmla_f64): Likewise. > (vfms_f64): Likewise. > (vmls_f64): Likewise. > > 2014-06-20 Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > * gcc.target/aarch64/simd/vfma_f64.c: New test. > * gcc.target/aarch64/simd/vmla_f64.c: Likewise. > * gcc.target/aarch64/simd/vfms_f64.c: Likewise. > * gcc.target/aarch64/simd/vmls_f64.c: Likewise.
+ fprintf (stderr, "Expected: %lf, got %lf\n", expected, actual); Drop these expected output messages from the test cases and the associated #include stdio.h please/ Cheers /Marcus