Ronald S. Bultje wrote:
> Hi,
> 
> On Fri, May 27, 2011 at 6:30 AM, Gil Pedersen <[email protected]> wrote:
>> On 25/05/2011, at 20.38, Ronald S. Bultje wrote:
>>
>>> Preparatory step to implement support for sizes > VOFW.
>>> ---
>>> libswscale/swscale.c              |   68 ++++---
>>> libswscale/swscale_internal.h     |   27 ++-
>>> libswscale/swscale_template.c     |  130 +++++++------
>>> libswscale/utils.c                |   19 ++-
>>> libswscale/x86/swscale_template.c |  380 
>>> +++++++++++++++++++++----------------
>>> 5 files changed, 359 insertions(+), 265 deletions(-)
>> The b4a224c5e4109cb2cca8bac38628673d685fe763 commit breaks libswscale on my 
>> setup. A 64-bit Intel(R) Xeon(R) CPU X3370.
> 
> Thanks for the ping, should be fixed now
> (9f5d45025e8df9d5f39832caad16b94cb6ac11c5).

No, it is not fixed. After replace REG_a with %3, %3 is modified in asm code,
but not marked as early clobber, and not even marked as modified.
It may accidentally work in some configuration, but still wrong and broken.

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

Reply via email to