Re: [PATCH] [aarch64][v2] Fix falkor pipeline description for dup

2018-08-07 Thread James Greenhalgh
On Thu, Aug 02, 2018 at 09:02:05PM -0500, Siddhesh Poyarekar wrote: > On 08/03/2018 12:02 AM, James Greenhalgh wrote: > > On Thu, Aug 02, 2018 at 11:58:37AM -0500, Siddhesh Poyarekar wrote: > >> There was a typo in the pipeline description where DUP was assigned to > >> the vector pipes for quad mo

Re: [PATCH] [aarch64][v2] Fix falkor pipeline description for dup

2018-08-02 Thread Siddhesh Poyarekar
On 08/03/2018 12:02 AM, James Greenhalgh wrote: On Thu, Aug 02, 2018 at 11:58:37AM -0500, Siddhesh Poyarekar wrote: There was a typo in the pipeline description where DUP was assigned to the vector pipes for quad mode ops when it really only uses the VTOG pipes. Fixing this does not show any no

Re: [PATCH] [aarch64][v2] Fix falkor pipeline description for dup

2018-08-02 Thread James Greenhalgh
On Thu, Aug 02, 2018 at 11:58:37AM -0500, Siddhesh Poyarekar wrote: > There was a typo in the pipeline description where DUP was assigned to > the vector pipes for quad mode ops when it really only uses the VTOG > pipes. Fixing this does not show any noticeable difference in > performance (there's

[PATCH] [aarch64][v2] Fix falkor pipeline description for dup

2018-08-02 Thread Siddhesh Poyarekar
There was a typo in the pipeline description where DUP was assigned to the vector pipes for quad mode ops when it really only uses the VTOG pipes. Fixing this does not show any noticeable difference in performance (there's a very small bump of 1.7% in x264 but that's about it) in my tests but is t