comparison ppc/float_altivec.c @ 9421:dd2b5e52336a libavcodec

Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
author diego
date Sun, 12 Apr 2009 21:45:26 +0000
parents 5a923bd4f5c6
children 4d1b9ca628fc
comparison
equal deleted inserted replaced
9420:5b68d22e5ec9 9421:dd2b5e52336a
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #include "libavcodec/dsputil.h" 21 #include "libavcodec/dsputil.h"
22
23 #include "gcc_fixes.h"
24 22
25 #include "dsputil_altivec.h" 23 #include "dsputil_altivec.h"
26 #include "util_altivec.h" 24 #include "util_altivec.h"
27 25
28 static void vector_fmul_altivec(float *dst, const float *src, int len) 26 static void vector_fmul_altivec(float *dst, const float *src, int len)