Re: [FFmpeg-devel] [patch 1/4] Fix bug for POWERLE: libavutil/ppc/util_altivec.h

2014-11-07 Thread Michael Niedermayer
On Fri, Nov 07, 2014 at 05:33:57PM +0800, rongyan wrote: > Hi, > There are 4 patches presented to fix bugs for POWER8 little endian. I will > send 4 patches in 4 different email. This is the first. > > It fixed the function unaligned_load(), vec_unaligned_load(), add macros > VEC_LD(), VEC_MER

[FFmpeg-devel] [patch 1/4] Fix bug for POWERLE: libavutil/ppc/util_altivec.h

2014-11-07 Thread rongyan
Hi, There are 4 patches presented to fix bugs for POWER8 little endian. I will send 4 patches in 4 different email. This is the first. It fixed the function unaligned_load(), vec_unaligned_load(), add macros VEC_LD(), VEC_MERGEH(), VEC_MERGEL(), VEC_ST(). The fate test result on POWER BE and