> -Original Message-
> From: Jonathan Wright
> Sent: 09 February 2021 17:08
> To: gcc-patches@gcc.gnu.org
> Cc: Kyrylo Tkachov
> Subject: [PATCH] testsuite: aarch64: Add tests for vpaddq intrinsics
>
> Hi,
>
> As subject, this patch adds tests for v
Hi,
As subject, this patch adds tests for vpaddq_* Neon intrinsics. Since these
intrinsics are only supported for AArch64, these tests are restricted to
only run on AArch64 targets.
(There are currently no tests covering these intrinsics.)
Ok for master?
Thanks,
Jonathan
---
gcc/testsuite/Cha