Hendrik Leppkes <[email protected]> writes: > On Tue, Sep 11, 2012 at 12:56 PM, Måns Rullgård <[email protected]> wrote: > >> >> Does msvc support additional alignment for local variables? > > Using __declspec(align(...)) should do just that with MSVC. Seems it is > already implemented like this using DECLARE_ALIGNED as well.
Good, then the only thing remaining is stack realignment in the yasm functions. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
