Re: [libav-devel] [PATCH 10/12] x86: huffyuvdsp: fewer functions for x86_64

2016-10-21 Thread Diego Biurrun
On Sun, Oct 16, 2016 at 08:11:00PM +0200, Janne Grunau wrote: > --- a/libavcodec/x86/huffyuvdsp_init.c > +++ b/libavcodec/x86/huffyuvdsp_init.c > @@ -76,17 +76,18 @@ static void add_hfyu_median_pred_cmov(uint8_t *dst, const > uint8_t *top, > > +#if ARCH_X86_32 > if (EXTERNAL_MMX(cpu_flags))

[libav-devel] [PATCH 10/12] x86: huffyuvdsp: fewer functions for x86_64

2016-10-16 Thread Janne Grunau
From: Christophe Gisquet When there are 2 functions that are <= SSE2, only one is needed for x86_64. Signed-off-by: Michael Niedermayer Signed-off-by: Janne Grunau --- libavcodec/x86/huffyuvdsp_init.c | 10 ++ libavcodec/x86/huffyuvdsp.asm| 4 2 files changed, 10 insertions(