comparison 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
comparison
equal deleted inserted replaced
3956:0910f2844f9a 3957:b6f6bf155661
312 perfdata[j][i][powerpc_data_num] = 0x0000000000000000ULL; 312 perfdata[j][i][powerpc_data_num] = 0x0000000000000000ULL;
313 } 313 }
314 } 314 }
315 } 315 }
316 #endif /* POWERPC_PERFORMANCE_REPORT */ 316 #endif /* POWERPC_PERFORMANCE_REPORT */
317 } else 317 }
318 #endif /* HAVE_ALTIVEC */ 318 #endif /* HAVE_ALTIVEC */
319 { 319 }
320 // Non-AltiVec PPC optimisations
321
322 // ... pending ...
323 }
324 }