Re: [libav-devel] [PATCH] x86inc: clip num_args to 7 on x86-32.

2012-07-28 Thread Diego Biurrun
On Fri, Jul 27, 2012 at 09:33:41AM -0700, Ronald S. Bultje wrote: > From: Loren Merritt > > This allows us to unconditionally set the cglobal num_args > parameter to a bigger value, thus making writing yasm code > even easier than before. > > Signed-off-by: Ronald S. Bultje > --- > libavutil/x

[libav-devel] [PATCH] x86inc: clip num_args to 7 on x86-32.

2012-07-27 Thread Ronald S. Bultje
From: Loren Merritt This allows us to unconditionally set the cglobal num_args parameter to a bigger value, thus making writing yasm code even easier than before. Signed-off-by: Ronald S. Bultje --- libavutil/x86/x86inc.asm |3 +++ 1 file changed, 3 insertions(+) diff --git a/libavutil/x8