This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] [AArch64, NEON] Fix testcases add by r218484
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: "Yangfei (Felix)" <felix dot yang at huawei dot com>
- Cc: Christophe Lyon <christophe dot lyon at linaro dot org>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "Zhanghaijian (A)" <z dot zhanghaijian at huawei dot com>
- Date: Mon, 19 Jan 2015 12:52:24 +0000
- Subject: Re: [PATCH] [AArch64, NEON] Fix testcases add by r218484
- Authentication-results: sourceware.org; auth=none
- References: <DA41BE1DDCA941489001C7FBD7A8820E837ACA98 at szxema507-mbx dot china dot huawei dot com> <CAKdteObcQEBACLe7XfGyJWvvAdhZNhnChPntvfNeDw1PRyAw2g at mail dot gmail dot com> <DA41BE1DDCA941489001C7FBD7A8820E837AD846 at szxema507-mbx dot china dot huawei dot com> <CAKdteOYsn_GqxMtm+ETOC9wWSMKaNEBDxPyRMHj8F8JpvJBSbg at mail dot gmail dot com> <DA41BE1DDCA941489001C7FBD7A8820E837AF907 at szxema507-mbx dot china dot huawei dot com>
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