Re: [libav-devel] [PATCH] x86: SPLATD: port to cpuflags

2012-11-17 Thread Justin Ruggles
On 11/17/2012 12:13 PM, Diego Biurrun wrote: > --- > This version takes also changes the SPLATD in libswscale and > drops the SPLATD macro that provides an offset, as no instance > actually uses an offset. > > libavcodec/x86/dsputil.asm|2 -- > libavcodec/x86/fmtconvert.asm |3 --- >

[libav-devel] [PATCH] x86: SPLATD: port to cpuflags

2012-11-17 Thread Diego Biurrun
--- This version takes also changes the SPLATD in libswscale and drops the SPLATD macro that provides an offset, as no instance actually uses an offset. libavcodec/x86/dsputil.asm|2 -- libavcodec/x86/fmtconvert.asm |3 --- libavutil/x86/x86util.asm | 22 ++

Re: [libav-devel] [PATCH] x86: SPLATD: port to cpuflags

2012-11-14 Thread Justin Ruggles
On 11/14/2012 01:21 PM, Diego Biurrun wrote: > --- > Changed to take mmsize into account according to Justin's IRC review. > > libavcodec/x86/dsputil.asm|2 -- > libavcodec/x86/fmtconvert.asm |3 --- > libavutil/x86/x86util.asm | 14 ++ > 3 files changed, 6 insertion

[libav-devel] [PATCH] x86: SPLATD: port to cpuflags

2012-11-14 Thread Diego Biurrun
--- Changed to take mmsize into account according to Justin's IRC review. libavcodec/x86/dsputil.asm|2 -- libavcodec/x86/fmtconvert.asm |3 --- libavutil/x86/x86util.asm | 14 ++ 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/libavcodec/x86/dsputil.