diff dsputil.h @ 623:92e99e506920 libavcodec

first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
author michaelni
date Wed, 28 Aug 2002 13:14:36 +0000
parents c0005de2be59
children bb6a69f9d409
line wrap: on
line diff
--- a/dsputil.h	Wed Aug 28 12:23:12 2002 +0000
+++ b/dsputil.h	Wed Aug 28 13:14:36 2002 +0000
@@ -163,6 +163,13 @@
 
 void dsputil_init_alpha(void);
 
+#elif defined(ARCH_POWERPC)
+
+#define emms_c()
+#define __align8 __attribute__ ((aligned (16)))
+
+void dsputil_init_altivec(void);
+
 #else
 
 #define emms_c()