Re: [libav-devel] [PATCH] vp56: port x86 simd to cpuflags.

2012-07-27 Thread Diego Biurrun
On Thu, Jul 26, 2012 at 10:07:29PM -0700, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" > > --- > libavcodec/x86/vp56dsp.asm | 34 +++--- > 1 file changed, 15 insertions(+), 19 deletions(-) LGTM Diego ___ libav-deve

[libav-devel] [PATCH] vp56: port x86 simd to cpuflags.

2012-07-26 Thread Ronald S. Bultje
From: "Ronald S. Bultje" --- libavcodec/x86/vp56dsp.asm | 34 +++--- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/libavcodec/x86/vp56dsp.asm b/libavcodec/x86/vp56dsp.asm index 66a97f1..27a82bc 100644 --- a/libavcodec/x86/vp56dsp.asm +++ b/libavcod