Sean McGovern <gsean...@gmail.com> writes:

> 2012/4/25 Måns Rullgård <m...@mansr.com>:
>> Sean McGovern <gsean...@gmail.com> writes:
>>
>>> On Wednesday, April 25, 2012, Måns Rullgård <m...@mansr.com> wrote:
>>>> Sean McGovern <gsean...@gmail.com> writes:
>>>>
>>> The fate-lavf-mpg test succeeds if I rebuild
>>> libavcodec/ppc/dsputil_altivec.c with the following CFLAGS:
>>>
>>> -mcpu=power7 -mpowerpc-gfxopt -mpowerpc64 -maltivec -mabi=altivec -mno-vsx
>>> ...
>>
>> Good, that's progress.  Now disable individual functions in that file
>> (comment out the pointer assignments at the end of the file) until you
>> find which one(s) are bad.
>>
>
> Just finished this, the following functions fail the result of
> fate-lavf-mpg when dsputil_altivec.c is compiled with -mvsx:
>
> sad16_{x2,y2,xy2}_altivec
> sad8_altivec
> sse16_altivec
> diff_pixels_altivec
> get_pixels_altivec

I just sent two patches that should fix these and a few others.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to