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 ARM/AArch64 04/11] Add forgotten vsliq_n_u64 test.



On 13/05/16 15:22, Christophe Lyon wrote:
On 13 May 2016 at 16:08, James Greenhalgh <james.greenhalgh@arm.com> wrote:
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 ?

Damn! You are right, I missed that one.

OK with that change.
OK thanks


Ok by me too with that change.

Thanks,
Kyrill

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



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