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

2012-07-27 Thread Diego Biurrun
On Thu, Jul 26, 2012 at 08:43:50PM -0700, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" > > --- > libavcodec/x86/dsputil_mmx.c | 16 ++--- > libavcodec/x86/h264_chromamc_10bit.asm | 40 > > 2 files changed, 28 insertions(+), 28 deletio

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

2012-07-26 Thread Ronald S. Bultje
From: "Ronald S. Bultje" --- libavcodec/x86/dsputil_mmx.c | 16 ++--- libavcodec/x86/h264_chromamc_10bit.asm | 40 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c i