diff ppc/dsputil_ppc.h @ 3949:6020c2f3b16b libavcodec

fix the dcbz check and move it in configure
author lu_zero
date Sat, 07 Oct 2006 19:14:25 +0000
parents c8c591fe26f8
children 891590781d9e
line wrap: on
line diff
--- a/ppc/dsputil_ppc.h	Sat Oct 07 15:44:14 2006 +0000
+++ b/ppc/dsputil_ppc.h	Sat Oct 07 19:14:25 2006 +0000
@@ -21,17 +21,6 @@
 #ifndef _DSPUTIL_PPC_
 #define _DSPUTIL_PPC_
 
-#ifdef CONFIG_DARWIN
-/* The Apple assembler shipped w/ gcc-3.3 knows about DCBZL, previous assemblers don't
-   We assume here that the Darwin GCC is from Apple.... */
-#if (__GNUC__ * 100 + __GNUC_MINOR__ < 303)
-#define NO_DCBZL
-#endif
-#else /* CONFIG_DARWIN */
-/* I don't think any non-Apple assembler knows about DCBZL */
-#define NO_DCBZL
-#endif /* CONFIG_DARWIN */
-
 #ifdef POWERPC_PERFORMANCE_REPORT
 void powerpc_display_perf_report(void);
 /* the 604* have 2, the G3* have 4, the G4s have 6,