Re: [x265] [PATCH 1 of 2] asm: SA8D avx2 asm code for main12

2015-12-08 Thread Dnyaneshwar Gorade
Thanks, Min. I am re-sending these two patches with the above modifications. On Wed, Dec 2, 2015 at 8:57 PM, chen wrote: > I suggest just keep one name of sa8d_avx2 > > At 2015-12-02 12:31:59,"Dnyaneshwar Gorade" < > dnyanesh...@multicorewareinc.com> wrote: > > the real

Re: [x265] [PATCH 1 of 2] asm: SA8D avx2 asm code for main12

2015-12-02 Thread chen
I suggest just keep one name of sa8d_avx2 At 2015-12-02 12:31:59,"Dnyaneshwar Gorade" wrote: the real function name is sa8d_8x8_avx2 whereas the common function name is sa8d_8x8_avx2_avx2, that's why we got proper call. both are different. On Tue, Dec 1,

Re: [x265] [PATCH 1 of 2] asm: SA8D avx2 asm code for main12

2015-12-01 Thread Dnyaneshwar Gorade
the real function name is sa8d_8x8_avx2 whereas the common function name is sa8d_8x8_avx2_avx2, that's why we got proper call. both are different. On Tue, Dec 1, 2015 at 9:08 PM, chen wrote: > > > At 2015-12-01 18:58:43,dnyanesh...@multicorewareinc.com wrote: > ># HG changeset

[x265] [PATCH 1 of 2] asm: SA8D avx2 asm code for main12

2015-12-01 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1448962785 -19800 # Tue Dec 01 15:09:45 2015 +0530 # Node ID f8b0ce4e9f4092a38d8095961825e734a34f112e # Parent e2e507ffe752d6c193a219b242c433bdc55f39f7 asm: SA8D avx2 asm code for main12 sa8d[ 8x8] 4.70x

Re: [x265] [PATCH 1 of 2] asm: SA8D avx2 asm code for main12

2015-12-01 Thread chen
At 2015-12-01 18:58:43,dnyanesh...@multicorewareinc.com wrote: ># HG changeset patch ># User Dnyaneshwar G ># Date 1448962785 -19800 ># Tue Dec 01 15:09:45 2015 +0530 ># Node ID f8b0ce4e9f4092a38d8095961825e734a34f112e ># Parent