comparison ppc/gmc_altivec.c @ 1277:f3152eb76f1a libavcodec

altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
author michaelni
date Wed, 21 May 2003 17:50:57 +0000
parents b32afefe7d33
children 09b8fe0f0139
comparison
equal deleted inserted replaced
1276:d5719a953ee0 1277:f3152eb76f1a
17 * License along with this library; if not, write to the Free Software 17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */ 19 */
20 20
21 #include "../dsputil.h" 21 #include "../dsputil.h"
22
23 #include "gcc_fixes.h"
22 24
23 #include "dsputil_altivec.h" 25 #include "dsputil_altivec.h"
24 26
25 /* 27 /*
26 altivec-enhanced gmc1. ATM this code assume stride is a multiple of 8, 28 altivec-enhanced gmc1. ATM this code assume stride is a multiple of 8,