diff mathops.h @ 10065:42a126c78744 libavcodec

AVR32: optimised mathops.h 44% faster MP3 decoding
author mru
date Mon, 17 Aug 2009 02:23:53 +0000
parents 8c680e33eeaa
children 38b3b209b4bc
line wrap: on
line diff
--- a/mathops.h	Mon Aug 17 00:17:58 2009 +0000
+++ b/mathops.h	Mon Aug 17 02:23:53 2009 +0000
@@ -26,6 +26,8 @@
 
 #if   ARCH_ARM
 #   include "arm/mathops.h"
+#elif ARCH_AVR32
+#   include "avr32/mathops.h"
 #elif ARCH_BFIN
 #   include "bfin/mathops.h"
 #elif ARCH_MIPS