[FFmpeg-devel] [FFmpeg-commits] Implement a SIMD version of emulated_edge_mc() for x86.
Ronald S. Bultje
rsbultje
Mon Feb 7 13:51:06 CET 2011
Hi Daniel,
On Mon, Feb 7, 2011 at 2:18 AM, Daniel Verkamp <daniel at drv.nu> wrote:
> On Mon, Jan 31, 2011 at 7:01 PM, Ronald S. Bultje <git at ffmpeg.org> wrote:
>> Module: ffmpeg
>> Branch: master
>> Commit: 81f2a3f4ffcc6935b8b8ada4954700b3f333ae4f
>>
>> Author: Ronald S. Bultje <rsbultje at gmail.com>
>> Date: ? Mon Jan 31 20:55:56 2011 -0500
>>
>> Implement a SIMD version of emulated_edge_mc() for x86.
>
> This crashes on a mingw-w64 build run on Win7 x64:
I'm not 100% surprised.
If we want to continue to support win64, I need a win64 ssh login with
complete mingw64+mingw32 installed, and I need a fate system for each
also. Could you consider setting that up?
As soon as I have a SSH login, I'll see if I can fix it. Almost
certainly, the v_extend_15 is >128bytes. Switching some instructions
or registers will fix it.
Thanks,
Ronald
More information about the ffmpeg-devel
mailing list