Re: [libav-devel] [PATCH 34/45] x86: PABSW: port to cpuflags

2012-08-01 Thread Justin Ruggles
On 07/31/2012 06:17 PM, Diego Biurrun wrote: > --- > libavcodec/x86/vc1dsp_yasm.asm |3 --- > libavutil/x86/x86util.asm | 22 ++ > 2 files changed, 10 insertions(+), 15 deletions(-) patch looks fine. But I think ideally PABSW should be merged with ABS1. It's quite

[libav-devel] [PATCH 34/45] x86: PABSW: port to cpuflags

2012-07-31 Thread Diego Biurrun
--- libavcodec/x86/vc1dsp_yasm.asm |3 --- libavutil/x86/x86util.asm | 22 ++ 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/libavcodec/x86/vc1dsp_yasm.asm b/libavcodec/x86/vc1dsp_yasm.asm index a1962c5..2023ff3 100644 --- a/libavcodec/x86/vc1dsp_ya