MIPS optimizations

Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
This commit is contained in:
Rhishikesh Agashe 2014-06-19 03:40:09 -04:00 committed by Jean-Marc Valin
parent a88d8365d4
commit f133bac6f9
26 changed files with 2338 additions and 3 deletions

View file

@ -97,6 +97,9 @@
#if defined(OPUS_ARM_INLINE_EDSP)
#include "arm/kiss_fft_armv5e.h"
#endif
#if defined(MIPSr1_ASM)
#include "mips/kiss_fft_mipsr1.h"
#endif
#else /* not FIXED_POINT*/