Re: [libav-devel] [PATCH] x86: h264 qpel: use the correct number of utilized xmm regs in cglobal

2012-11-25 Thread Luca Barbato
On 11/26/2012 12:07 AM, Martin Storsjö wrote: > On Sun, 25 Nov 2012, Luca Barbato wrote: > >> On 11/25/2012 10:13 PM, Justin Ruggles wrote: >>> Should fix xmm register clobbering on win64. >>> --- >>> libavcodec/x86/h264_qpel_8bit.asm | 12 ++-- >>> 1 files changed, 6 insertions(+), 6 d

Re: [libav-devel] [PATCH] x86: h264 qpel: use the correct number of utilized xmm regs in cglobal

2012-11-25 Thread Martin Storsjö
On Sun, 25 Nov 2012, Luca Barbato wrote: On 11/25/2012 10:13 PM, Justin Ruggles wrote: Should fix xmm register clobbering on win64. --- libavcodec/x86/h264_qpel_8bit.asm | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Shouldn't hurt, somebody could test it? Tested wi

Re: [libav-devel] [PATCH] x86: h264 qpel: use the correct number of utilized xmm regs in cglobal

2012-11-25 Thread Luca Barbato
On 11/25/2012 10:13 PM, Justin Ruggles wrote: > Should fix xmm register clobbering on win64. > --- > libavcodec/x86/h264_qpel_8bit.asm | 12 ++-- > 1 files changed, 6 insertions(+), 6 deletions(-) > Shouldn't hurt, somebody could test it? lu __

[libav-devel] [PATCH] x86: h264 qpel: use the correct number of utilized xmm regs in cglobal

2012-11-25 Thread Justin Ruggles
Should fix xmm register clobbering on win64. --- libavcodec/x86/h264_qpel_8bit.asm | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libavcodec/x86/h264_qpel_8bit.asm b/libavcodec/x86/h264_qpel_8bit.asm index eef0715..bc6c725 100644 --- a/libavcodec/x86/h264_qpel