RE: [PATCH][GCC] arm: Fix the failing mve scalar shift execution tests.

2020-06-22 Thread Kyrylo Tkachov
> -Original Message- > From: Srinath Parvathaneni > Sent: 18 June 2020 14:29 > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov > Subject: [PATCH][GCC] arm: Fix the failing mve scalar shift execution tests. > > Hello, > > In GCC testsuite the MVE scalar shift execution tests > (mve_

RE: [PATCH][GCC] arm: Fix the failing mve scalar shift execution tests.

2020-06-18 Thread Srinath Parvathaneni
Hi, > -Original Message- > From: Christophe Lyon > Sent: 18 June 2020 14:38 > To: Srinath Parvathaneni > Cc: gcc Patches > Subject: Re: [PATCH][GCC] arm: Fix the failing mve scalar shift execution > tests. > > Hi, > > > On Thu, 18 Jun 2020 at

Re: [PATCH][GCC] arm: Fix the failing mve scalar shift execution tests.

2020-06-18 Thread Christophe Lyon via Gcc-patches
Hi, On Thu, 18 Jun 2020 at 15:30, Srinath Parvathaneni wrote: > > Hello, > > In GCC testsuite the MVE scalar shift execution tests > (mve_scalar_shifts[1-4].c) are failings > because of executing them on target hardware which doesn't support MVE > instructions. This patch > restricts those tes