This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][AArch64] Implement vfma_f64, vmla_f64, vfms_f64, vmls_f64 intrinsics


On 20 June 2014 15:17, Kyrill Tkachov <kyrylo.tkachov@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.tkachov@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.tkachov@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]