Re: [FFmpeg-devel] [PATCH] avcodec/x86/hevc_mc: fix sse register counts

2014-12-13 Thread Christophe Gisquet
Hi, 2014-12-13 13:17 GMT+01:00 Michael Niedermayer : > i remember such patches faintly too, was there one that wasnt > applied ? Not your fault, mine actually, as I lost interest in that code. I think there were compilations issues iirc. That and multiple things (like gpr usage) needed to be fixe

Re: [FFmpeg-devel] [PATCH] avcodec/x86/hevc_mc: fix sse register counts

2014-12-13 Thread Michael Niedermayer
On Sat, Dec 13, 2014 at 11:45:27AM +0100, Christophe Gisquet wrote: > Hi, > > 2014-12-10 8:11 GMT+01:00 Michael Niedermayer : > > These fix failures of --enable-xmm-clobber-test > > Some old patches around the ml were I think trying to fix some of the > macros, from where the superfluous regs are

Re: [FFmpeg-devel] [PATCH] avcodec/x86/hevc_mc: fix sse register counts

2014-12-13 Thread Christophe Gisquet
Hi, 2014-12-10 8:11 GMT+01:00 Michael Niedermayer : > These fix failures of --enable-xmm-clobber-test Some old patches around the ml were I think trying to fix some of the macros, from where the superfluous regs are coming from. I guess being thorough with the ABI is better, though that particul

Re: [FFmpeg-devel] [PATCH] avcodec/x86/hevc_mc: fix sse register counts

2014-12-11 Thread Michael Niedermayer
On Wed, Dec 10, 2014 at 08:11:47AM +0100, Michael Niedermayer wrote: > These fix failures of --enable-xmm-clobber-test > > Signed-off-by: Michael Niedermayer > --- > libavcodec/x86/hevc_mc.asm | 28 ++-- > 1 file changed, 14 insertions(+), 14 deletions(-) applied [...

[FFmpeg-devel] [PATCH] avcodec/x86/hevc_mc: fix sse register counts

2014-12-09 Thread Michael Niedermayer
These fix failures of --enable-xmm-clobber-test Signed-off-by: Michael Niedermayer --- libavcodec/x86/hevc_mc.asm | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm index ca444e4..8f9f939 10