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

2018-08-02 Thread Siddhesh Poyarekar
On 08/02/2018 04:19 PM, Kyrill Tkachov wrote: Hi Siddhesh, On 02/08/18 11:23, 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 di

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

2018-08-02 Thread Kyrill Tkachov
Hi Siddhesh, On 02/08/18 11:23, 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 a very small b

[PATCH] [aarch64] 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