Re: [FFmpeg-devel] [PATCH] vp9: don't keep a stack pointer if we don't need it.

2015-10-06 Thread Hendrik Leppkes
On Tue, Oct 6, 2015 at 2:38 PM, Ronald S. Bultje wrote: > This saves one register in a few cases on 32bit builds with unaligned > stack (e.g. MSVC), making the code slightly easier to maintain. > > (Can someone please test this on 32bit+msvc and confirm make fate-vp9 > and tests/checkasm/checkasm

[FFmpeg-devel] [PATCH] vp9: don't keep a stack pointer if we don't need it.

2015-10-06 Thread Ronald S. Bultje
This saves one register in a few cases on 32bit builds with unaligned stack (e.g. MSVC), making the code slightly easier to maintain. (Can someone please test this on 32bit+msvc and confirm make fate-vp9 and tests/checkasm/checkasm still work after this patch?) --- libavcodec/x86/vp9intrapred_16b