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 usd

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

2021-05-25 Thread Tamar Christina via Gcc-patches
hes > > Sent: Wednesday, May 5, 2021 6:42 PM > > To: gcc Patches > > Cc: Richard Earnshaw ; nd ; > > Ramana Radhakrishnan > > Subject: FW: [PATCH 3/4][AArch32]: Add support for sign differing dot- > > product usdot for NEON. > > > > Forgot to CC mai

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 >

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

2021-05-05 Thread Tamar Christina via Gcc-patches
Forgot to CC maintainers.. -Original Message- From: Tamar Christina Sent: Wednesday, May 5, 2021 6:39 PM To: gcc-patches@gcc.gnu.org Cc: nd Subject: [PATCH 3/4][AArch32]: Add support for sign differing dot-product usdot for NEON. Hi All, This adds optabs implementing usdot_prod

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

2021-05-05 Thread Tamar Christina via Gcc-patches
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 SIGNEDNESS_1 int __attribute__ ((noipa)) f (SIGNEDNESS_1 int res, SIGNEDNESS_3 char *restri