Hi,

On Tue, Sep 11, 2012 at 2:25 PM, Måns Rullgård <[email protected]> wrote:
> Diego Biurrun <[email protected]> writes:
>
>> On Tue, Sep 11, 2012 at 11:35:59AM +0300, Martin Storsjö wrote:
>>> --- a/configure
>>> +++ b/configure
>>> @@ -2330,7 +2330,7 @@ probe_cc(){
>>>          if [ $pfx = hostcc ]; then
>>>              append _cflags -Dsnprintf=_snprintf
>>>          fi
>>> -        disable aligned_stack
>>> +        enabled x86_32 && disable aligned_stack
>>>      fi
>>
>> You should move this to an msvc section in the compiler section starting
>> on line 3420.
>
> Or wait for Ronald to implement stack realignment in the asm functions,
> then we can remove the thing entirely.

We'll still need it; the stack alignment code will (through cglobal)
add some extra cycles to functions needing stack while it's not
aligned, only if HAVE_ALIGNED_STACK == 0.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to