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, NEON] Fix testcases add by r218484


On 16 December 2014 at 11:26, Yangfei (Felix) <felix.yang@huawei.com> wrote:

> The v3 patch attached fixed this minor issue. Thanks.

> +2014-12-13  Felix Yang  <felix.yang@huawei.com>
> +           Haijian Zhang  <z.zhanghaijian@huawei.com>
> +
> +       * gcc.target/aarch64/advsimd-intrinsics/compute-ref-data.h
> +       (buffer_float64x2, buffer_pad_float64x2): New helper variables.
> +       * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (hfloat64_t,
> +       result_float64x2, expected_hfloat64x2): New helper type, variable and
> +       declaration.
> +       (buffer_float64x2, buffer_pad_float64x2): New helper variables.
> +       * gcc.target/aarch64/advsimd-intrinsics/vfma.c: Don't run on target
> +       without the FMA feature and exclude test for vfmaq_f64 on arm*-*-*.
> +       * gcc.target/aarch64/advsimd-intrinsics/vfms.c: Don't run on target
> +       without the FMA feature and exclude test for vfmsq_f64 on arm*-*-*.
> +       * gcc.target/aarch64/advsimd-intrinsics/vfma_n.c: Don't run on arm*-*-*
> +       and target without the FMA feature.

This is OK /Marcus


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