From 6847e61af387f802a2a753c6ed59b22cf321ee51 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 23 Jan 2007 12:04:48 +0000 Subject: 10l, there is a corner case afterall... Originally committed as revision 7660 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/float_altivec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/ppc/float_altivec.c b/libavcodec/ppc/float_altivec.c index c6e43dec23..22c2de61a7 100644 --- a/libavcodec/ppc/float_altivec.c +++ b/libavcodec/ppc/float_altivec.c @@ -76,7 +76,6 @@ static void vector_fmul_add_add_altivec(float *dst, const float *src0, vector unsigned char align = vec_lvsr(0,dst), mask = vec_lvsl(0, dst); - t0 = vec_ld(0, dst); #if 0 //FIXME: there is still something wrong if (step == 2) { int y; @@ -134,6 +133,7 @@ static void vector_fmul_add_add_altivec(float *dst, const float *src0, #endif if (step == 1 && src3 == 0) for (i=0; i