diff ppc/dsputil_ppc.c @ 3957:b6f6bf155661 libavcodec

Non Altivec optimizations already present at the top
author lu_zero
date Sun, 08 Oct 2006 13:55:02 +0000
parents 6020c2f3b16b
children b28edd190fc0
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 ...
-    }
 }