This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch ARM/AArch64 04/11] Add forgotten vsliq_n_u64 test.
- From: James Greenhalgh <james dot greenhalgh at arm dot com>
- To: Christophe Lyon <christophe dot lyon at linaro dot org>
- Cc: <gcc-patches at gcc dot gnu dot org>, <nd at arm dot com>
- Date: Fri, 13 May 2016 15:08:49 +0100
- Subject: Re: [Patch ARM/AArch64 04/11] Add forgotten vsliq_n_u64 test.
- Authentication-results: sourceware.org; auth=none
- Nodisclaimer: True
- References: <1462973041-7911-1-git-send-email-christophe dot lyon at linaro dot org> <1462973041-7911-5-git-send-email-christophe dot lyon at linaro dot org>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:23
On Wed, May 11, 2016 at 03:23:54PM +0200, Christophe Lyon wrote:
> 2016-05-02 Christophe Lyon <christophe.lyon@linaro.org>
>
> * gcc.target/aarch64/advsimd-intrinsics/vsli_n.c: Add check for vsliq_n_u64.
>
And vsliq_n_s64 ?
OK with that change.
Thanks,
James
> Change-Id: I90bb2b225ffd7bfd54a0827a0264ac20271f54f2
>
> diff --git a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vsli_n.c b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vsli_n.c
> index 0285083..e5f78d0 100644
> --- a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vsli_n.c
> +++ b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vsli_n.c
> @@ -169,6 +169,7 @@ void vsli_extra(void)
> CHECK(TEST_MSG, uint, 8, 16, PRIx8, expected_max_shift, COMMENT);
> CHECK(TEST_MSG, uint, 16, 8, PRIx16, expected_max_shift, COMMENT);
> CHECK(TEST_MSG, uint, 32, 4, PRIx32, expected_max_shift, COMMENT);
> + CHECK(TEST_MSG, uint, 64, 2, PRIx64, expected_max_shift, COMMENT);
> CHECK(TEST_MSG, poly, 8, 16, PRIx8, expected_max_shift, COMMENT);
> CHECK(TEST_MSG, poly, 16, 8, PRIx16, expected_max_shift, COMMENT);
> }
> --
> 1.9.1
>