On Sun, Jan 13, 2013 at 09:25:14AM -0800, Ronald S. Bultje wrote:
> On Sun, Jan 13, 2013 at 8:57 AM, Daniel Kang wrote:
> > Manually load registers to avoid using 8 registers with
> > compilers that do not align the stack (e.g. MSVC).
> > ---
> > Now with named args.
> > ---
> > libavfilter/x86/y
Hi,
On Sun, Jan 13, 2013 at 8:57 AM, Daniel Kang wrote:
> Manually load registers to avoid using 8 registers with
> compilers that do not align the stack (e.g. MSVC).
> ---
> Now with named args.
> ---
> libavfilter/x86/yadif.asm | 56
> +++--
> 1 file
Manually load registers to avoid using 8 registers with
compilers that do not align the stack (e.g. MSVC).
---
Now with named args.
---
libavfilter/x86/yadif.asm | 56 +++--
1 file changed, 34 insertions(+), 22 deletions(-)
diff --git a/libavfilter/x86/ya