[MPlayer-dev-eng] [BUG] Mplayer 1.0 pre5 ppc/altivec issues

Luca Barbato lu_zero at gentoo.org
Thu Jul 15 15:56:36 CEST 2004


Michael Niedermayer wrote:
> Hi

> 
> does reversal of the attached patches fix the issue? they should have never 
> been applied anyway, but alex and diego repeatedly asked me to apply them so 
> i did
> 

Is quite easy to fix, just a doubt:

is

U = vec_sub (U,(vector signed short)vec_splat_s8(128));

on gcc-fsf

the same as

U = vec_sub (U,(vector signed short)(128));

on apple-gcc?

lu

-- 
Luca Barbato
Developer
Gentoo Linux				http://www.gentoo.org/~lu_zero





More information about the MPlayer-dev-eng mailing list