x86inc: Support arbitrary stack alignments

Multimedia / Libav - Henrik Gramner [gramner.com] - 11 August 2015 04:04 UTC

Change ALLOC_STACK to always align the stack before allocating stack space for consistency. Previously alignment would occur either before or after allocating stack space depending on whether manual alignment was required or not.

9f1245e x86inc: Support arbitrary stack alignments
libavcodec/x86/h264_deblock.asm | 4 +--
libavutil/x86/x86inc.asm | 62 +++++++++++++++++++++++++--------------
2 files changed, 42 insertions(+), 24 deletions(-)

Upstream: git.libav.org


  • Share