changeset 3957:b6f6bf155661 libavcodec

Non Altivec optimizations already present at the top
author lu_zero
date Sun, 08 Oct 2006 13:55:02 +0000
parents 0910f2844f9a
children f48a01a0d3dc
files ppc/dsputil_ppc.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 ...
-    }
 }