RE: [PATCH 3/4][AArch32]: Add support for sign differing dot-product usdot for NEON.

2021-05-26 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Tamar Christina > Sent: 25 May 2021 16:02 > To: gcc-patches@gcc.gnu.org > Cc: Richard Earnshaw ; nd ; > Ramana Radhakrishnan ; Kyrylo > Tkachov > Subject: RE: [PATCH 3/4][AArch32]: Add support for sign differing dot- > product

RE: [PATCH 3/4][AArch32]: Add support for sign differing dot-product usdot for NEON.

2021-05-25 Thread Tamar Christina via Gcc-patches
Forgot to include the list > -Original Message- > From: Tamar Christina > Sent: Tuesday, May 25, 2021 3:57 PM > To: Tamar Christina > Cc: Richard Earnshaw ; nd ; > Ramana Radhakrishnan ; Kyrylo Tkachov > > Subject: RE: [PATCH 3/4][AArch32]: Add support for sign

RE: [PATCH 3/4][AArch32]: Add support for sign differing dot-product usdot for NEON.

2021-05-06 Thread Tamar Christina via Gcc-patches
> -Original Message- > From: Christophe Lyon > Sent: Thursday, May 6, 2021 10:23 AM > To: Tamar Christina > Cc: gcc Patches ; nd > Subject: Re: [PATCH 3/4][AArch32]: Add support for sign differing dot- > product usdot for NEON. > > On Wed, 5 May 2021 at 19:

Re: [PATCH 3/4][AArch32]: Add support for sign differing dot-product usdot for NEON.

2021-05-06 Thread Christophe Lyon via Gcc-patches
On Wed, 5 May 2021 at 19:39, Tamar Christina via Gcc-patches wrote: > > Hi All, > > This adds optabs implementing usdot_prod. > > The following testcase: > > #define N 480 > #define SIGNEDNESS_1 unsigned > #define SIGNEDNESS_2 signed > #define SIGNEDNESS_3 signed > #define SIGNEDNESS_4 unsigned >