Hi, On Tue, Sep 11, 2012 at 1:54 PM, Måns Rullgård <m...@mansr.com> wrote: > Hendrik Leppkes <h.lepp...@gmail.com> writes: > >> On Tue, Sep 11, 2012 at 12:56 PM, Måns Rullgård <m...@mansr.com> 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.
That's what I was talking about. It's minor work (similar to memalign-hack) with major impact (enables a whole lot more yasm functions under msvc) so we can block the release on that. Ronald _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel