]> git.sesse.net Git - x264/commit
x86: 32-byte align the stack if possible
authorFiona Glaser <fiona@x264.com>
Fri, 3 May 2013 00:10:26 +0000 (17:10 -0700)
committerFiona Glaser <fiona@x264.com>
Mon, 20 May 2013 19:25:18 +0000 (12:25 -0700)
commit7cbb27f0ce5ea3e756c628ac606f65d7de57f285
tree384006afd30b1fe7847d5a7d71d4b82bce358611
parent30c91f62906ce08b5d227002b38ebd64f1291fae
x86: 32-byte align the stack if possible

Avoids the need for manual 32 byte array alignment on compilers that support
-mpreferred-stack-boundary.
common/cpu.h
common/osdep.h
common/x86/cpu-a.asm
configure