]> git.sesse.net Git - x264/commit
x86inc: support stack mem allocation and re-alignment in PROLOGUE
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 6 Dec 2012 23:40:13 +0000 (15:40 -0800)
committerFiona Glaser <fiona@x264.com>
Tue, 8 Jan 2013 21:52:21 +0000 (13:52 -0800)
commitb073e870d135ac27cd97d624330abf0f1fb1ed41
treed4666a8fc0ffbfeaca2bcfb29bd4a3a07ace08c8
parent9d5ec55b34a4d4f2e044fbc67e2e12a59ea27d2a
x86inc: support stack mem allocation and re-alignment in PROLOGUE
Use this in 8-bit loopfilter functions so they can be used if
there is no aligned stack (e.g. x86-32 MSVC or ICC 10.x).
common/deblock.c
common/x86/deblock-a.asm
common/x86/x86inc.asm
configure