RE: [PATCH][GCC][ARM] Dot Product NEON patterns [Patch (2/8)]

2017-10-16 Thread Tamar Christina
cs.md (sup): Add UNSPEC_DOT_S, > UNSPEC_DOT_U. > > OK if this passes a native bootstrap. Bootstrapped on arm-none-linux-gnueabihf and no issues. Thanks, Tamar > > R. > > > > > From: Kyrill Tkachov <kyrylo.tkac...@foss.arm.com> > > Sent: Wednesday, September 1

Re: [PATCH][GCC][ARM] Dot Product NEON patterns [Patch (2/8)]

2017-10-12 Thread Richard Earnshaw (lists)
m> > Sent: Wednesday, September 13, 2017 10:36:38 AM > To: Tamar Christina; gcc-patches@gcc.gnu.org > Cc: nd; Ramana Radhakrishnan; Richard Earnshaw; ni...@redhat.com > Subject: Re: [PATCH][GCC][ARM] Dot Product NEON patterns [Patch (2/8)] > > Hi Tamar, > > On 01/

Re: [PATCH][GCC][ARM] Dot Product NEON patterns [Patch (2/8)]

2017-10-06 Thread Tamar Christina
_DOT_U. From: Kyrill Tkachov <kyrylo.tkac...@foss.arm.com> Sent: Wednesday, September 13, 2017 10:36:38 AM To: Tamar Christina; gcc-patches@gcc.gnu.org Cc: nd; Ramana Radhakrishnan; Richard Earnshaw; ni...@redhat.com Subject: Re: [PATCH][GCC][ARM] Dot Product NEON patterns

Re: [PATCH][GCC][ARM] Dot Product NEON patterns [Patch (2/8)]

2017-09-13 Thread Kyrill Tkachov
Hi Tamar, On 01/09/17 14:33, Tamar Christina wrote: Hi All, This patch adds the instructions for Dot Product to ARM along with the intrinsics and vectorizer pattern. Armv8.2-a dot product supports 8-bit element values both signed and unsigned. Dot product is available from Armv8.2-a and

[PATCH][GCC][ARM] Dot Product NEON patterns [Patch (2/8)]

2017-09-01 Thread Tamar Christina
Hi All, This patch adds the instructions for Dot Product to ARM along with the intrinsics and vectorizer pattern. Armv8.2-a dot product supports 8-bit element values both signed and unsigned. Dot product is available from Armv8.2-a and onwards. Regtested and bootstrapped on arm-none-eabi and