Re: [FFmpeg-devel] [PATCH 4/5] x86inc: Remove argument from WIN64_RESTORE_XMM

2017-06-09 Thread Ronald S. Bultje
Hi, On Thu, Jun 8, 2017 at 7:05 PM, James Darnley wrote: > From: Anton Mitrofanov > > The use of rsp was pretty much hardcoded there and probably didn't work > otherwise with stack_size > 0. > --- > libavutil/x86/x86inc.asm | 19 ++- > 1 file changed, 10 insertions(+), 9 deleti

[FFmpeg-devel] [PATCH 4/5] x86inc: Remove argument from WIN64_RESTORE_XMM

2017-06-08 Thread James Darnley
From: Anton Mitrofanov The use of rsp was pretty much hardcoded there and probably didn't work otherwise with stack_size > 0. --- libavutil/x86/x86inc.asm | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm