Re: [PATCH][GCC][ARM] Dot Product commandline options [Patch (1/8)]

2017-10-09 Thread Richard Earnshaw (lists)
___________________ >>> From: Kyrill Tkachov <kyrylo.tkac...@foss.arm.com> >>> Sent: Wednesday, September 13, 2017 11:01:55 AM >>> To: Tamar Christina; gcc-patches@gcc.gnu.org >>> Cc: nd; Ramana Radhakrishnan; Richard Earnshaw; ni...@redh

Re: [PATCH][GCC][ARM] Dot Product commandline options [Patch (1/8)]

2017-10-09 Thread Tamar Christina
dd dotprod. > > * doc/invoke.texi (armv8.2-a): Document dotprod > > > > From: Kyrill Tkachov <kyrylo.tkac...@foss.arm.com> > > Sent: Wednesday, September 13, 2017 11:01:55 AM > > To: Tamar Christina; gcc-patches@gc

Re: [PATCH][GCC][ARM] Dot Product commandline options [Patch (1/8)]

2017-10-06 Thread Richard Earnshaw (lists)
gcc-patches@gcc.gnu.org > Cc: nd; Ramana Radhakrishnan; Richard Earnshaw; ni...@redhat.com > Subject: Re: [PATCH][GCC][ARM] Dot Product commandline options [Patch (1/8)] > > Hi Tamar, > > On 01/09/17 14:19, Tamar Christina wrote: >> Hi All, >> >> This patch add

Re: [PATCH][GCC][ARM] Dot Product commandline options [Patch (1/8)]

2017-10-06 Thread Tamar Christina
_ From: Kyrill Tkachov <kyrylo.tkac...@foss.arm.com> Sent: Wednesday, September 13, 2017 11:01:55 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 commandline options [Patch (1/8)] Hi Tama

Re: [PATCH][GCC][ARM] Dot Product commandline options [Patch (1/8)]

2017-09-13 Thread Kyrill Tkachov
Hi Tamar, On 01/09/17 14:19, Tamar Christina wrote: Hi All, This patch adds support for the +dotprod extension to ARM. Dot Product requires Adv.SIMD to work and so enables this option by default when enabled. It is available from ARMv8.2-a and onwards and is enabled by default on Cortex-A55

Re: [PATCH][GCC][ARM] Dot Product commandline options [Patch (1/8)]

2017-09-04 Thread Richard Earnshaw (lists)
On 01/09/17 14:19, Tamar Christina wrote: > Hi All, > > This patch adds support for the +dotprod extension to ARM. > Dot Product requires Adv.SIMD to work and so enables this option > by default when enabled. > > It is available from ARMv8.2-a and onwards and is enabled by > default on

[PATCH][GCC][ARM] Dot Product commandline options [Patch (1/8)]

2017-09-01 Thread Tamar Christina
Hi All, This patch adds support for the +dotprod extension to ARM. Dot Product requires Adv.SIMD to work and so enables this option by default when enabled. It is available from ARMv8.2-a and onwards and is enabled by default on Cortex-A55 and Cortex-A75. Regtested and bootstrapped on