"Ronald S. Bultje" <[email protected]> writes:

> Hi,
>
> On Tue, Sep 11, 2012 at 1:54 PM, Måns Rullgård <[email protected]> wrote:
>> 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.
>
> 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.

Will you do the work?

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to