Re: [libav-devel] [PATCH] vp56: only compile MMX SIMD on x86-32.

2012-07-26 Thread Luca Barbato
On 07/27/2012 07:09 AM, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" > > All x86-64 CPUs have SSE2, so the MMX version will never be used. This > leads to smaller binaries. > --- > libavcodec/x86/vp56dsp.asm|2 ++ > libavcodec/x86/vp56dsp_init.c |2 ++ > 2 files changed, 4 inse

[libav-devel] [PATCH] vp56: only compile MMX SIMD on x86-32.

2012-07-26 Thread Ronald S. Bultje
From: "Ronald S. Bultje" All x86-64 CPUs have SSE2, so the MMX version will never be used. This leads to smaller binaries. --- libavcodec/x86/vp56dsp.asm|2 ++ libavcodec/x86/vp56dsp_init.c |2 ++ 2 files changed, 4 insertions(+) diff --git a/libavcodec/x86/vp56dsp.asm b/libavcodec/