RE: [PATCH] testsuite: aarch64: Add tests for vpaddq intrinsics

2021-02-09 Thread Kyrylo Tkachov via Gcc-patches
> -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

[PATCH] testsuite: aarch64: Add tests for vpaddq intrinsics

2021-02-09 Thread Jonathan Wright via Gcc-patches
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