RE: [PATCH][GCC][AArch64] Dot Product SIMD patterns [Patch (5/8)]

2017-10-12 Thread Tamar Christina
> -Original Message- > From: Richard Earnshaw (lists) [mailto:richard.earns...@arm.com] > Sent: 12 October 2017 13:58 > To: Tamar Christina; James Greenhalgh > Cc: gcc-patches@gcc.gnu.org; nd; Marcus Shawcroft > Subject: Re: [PATCH][GCC][AArch64] Dot Product SIMD patt

Re: [PATCH][GCC][AArch64] Dot Product SIMD patterns [Patch (5/8)]

2017-10-06 Thread Tamar Christina
-patches@gcc.gnu.org; nd; Richard Earnshaw; Marcus Shawcroft Subject: Re: [PATCH][GCC][AArch64] Dot Product SIMD patterns [Patch (5/8)] > > > From: James Greenhalgh > Sent: Monday, September 4, 2017 12:01 PM > To: Tamar Christina > Cc: gcc-p

Re: [PATCH][GCC][AArch64] Dot Product SIMD patterns [Patch (5/8)]

2017-09-05 Thread Tamar Christina
> > > From: James Greenhalgh > Sent: Monday, September 4, 2017 12:01 PM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd; Richard Earnshaw; Marcus Shawcroft > Subject: Re: [PATCH][GCC][AArch64] Dot Product SIMD patterns [Pat

Re: [PATCH][GCC][AArch64] Dot Product SIMD patterns [Patch (5/8)]

2017-09-04 Thread James Greenhalgh
On Fri, Sep 01, 2017 at 02:22:17PM +0100, Tamar Christina wrote: > Hi All, > > This patch adds the instructions for Dot Product to AArch64 along > with the intrinsics and vectorizer pattern. > > Armv8.2-a dot product supports 8-bit element values both > signed and unsigned. > > Dot product is av

[PATCH][GCC][AArch64] Dot Product SIMD patterns [Patch (5/8)]

2017-09-01 Thread Tamar Christina
Hi All, This patch adds the instructions for Dot Product to AArch64 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 Arm8.2-a and onwards. Regtested and bootstrapped on aarch64-none-elf