# HG changeset patch # User lu_zero # Date 1160315702 0 # Node ID b6f6bf155661d8a2758786eda4ec5445b2629dbf # Parent 0910f2844f9a4d61722780a4b0b134f05b526ce9 Non Altivec optimizations already present at the top diff -r 0910f2844f9a -r b6f6bf155661 ppc/dsputil_ppc.c --- a/ppc/dsputil_ppc.c Sun Oct 08 13:20:22 2006 +0000 +++ b/ppc/dsputil_ppc.c Sun Oct 08 13:55:02 2006 +0000 @@ -314,11 +314,6 @@ } } #endif /* POWERPC_PERFORMANCE_REPORT */ - } else + } #endif /* HAVE_ALTIVEC */ - { - // Non-AltiVec PPC optimisations - - // ... pending ... - } }