[FFmpeg-devel] [PATCH] move vp3dsp to yasm

Ronald S. Bultje rsbultje
Fri Aug 27 16:32:55 CEST 2010


Hi,

2010/8/27 M?ns Rullg?rd <mans at mansr.com>:
> "Ronald S. Bultje" <rsbultje at gmail.com> writes:
>> On Thu, Aug 26, 2010 at 5:46 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
>>> On Thu, Aug 26, 2010 at 5:20 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
>>>> $subj. Fixes part of the VP3/5/6-fate-Win64 issues. The last part
>>>> (h264_chroma_mc8) is yet to be done. Passes make fate-vp3 with both
>>>> sse2 disabled as well as enabled.
>>>
>>> This one has the obvious "??" replaced with correct code on x86-32
>>> also (thanks David!).
>>
>> Actually tested on x86-32 also now, and passes make fate-vp3. Had
>> already tested and confirmed that on x86-64 for mmx and sse2 code.
>>
>> - ? ? ? ? ? ? ? ?if(0){//mm_flags & FF_MM_SSE2){
>> + ? ? ? ? ? ? ? ?if(mm_flags & FF_MM_SSE2){
>
> Curious...

Hm, quilt messed up, it thought it was if(0) before my patch series,
fixed locally...

Ronald



More information about the ffmpeg-devel mailing list