Re: [FFmpeg-devel] [PATCH] x86: move XOP emulation code back to x86inc

2015-08-03 Thread James Almer
On 03/08/15 7:27 AM, Ronald S. Bultje wrote: > Hi, > > On Mon, Aug 3, 2015 at 2:41 AM, James Almer wrote: > >> Only two functions that use xop multiply-accumulate instructions where the >> first operand is the same as the fourth actually took advantage of the >> macros. >> >> This further reduce

Re: [FFmpeg-devel] [PATCH] x86: move XOP emulation code back to x86inc

2015-08-03 Thread Ronald S. Bultje
Hi, On Mon, Aug 3, 2015 at 2:41 AM, James Almer wrote: > Only two functions that use xop multiply-accumulate instructions where the > first operand is the same as the fourth actually took advantage of the > macros. > > This further reduces differences with x264's x86inc. > > Signed-off-by: James

[FFmpeg-devel] [PATCH] x86: move XOP emulation code back to x86inc

2015-08-02 Thread James Almer
Only two functions that use xop multiply-accumulate instructions where the first operand is the same as the fourth actually took advantage of the macros. This further reduces differences with x264's x86inc. Signed-off-by: James Almer --- libavcodec/x86/flacdsp.asm | 9 + libavutil/