| Index: celt/_kiss_fft_guts.h
|
| diff --git a/celt/_kiss_fft_guts.h b/celt/_kiss_fft_guts.h
|
| index 33e62c6b3d993eaa48516098d3bea5f56e4474f5..f0c6976e5eb6a24145f4d4982dd097b381a37cd1 100644
|
| --- a/celt/_kiss_fft_guts.h
|
| +++ b/celt/_kiss_fft_guts.h
|
| @@ -94,6 +94,14 @@
|
| do {(res).r = ADD32((res).r,(a).r); (res).i = SUB32((res).i,(a).i); \
|
| }while(0)
|
|
|
| +#if defined(ARMv4_ASM)
|
| +#include "arm/kiss_fft_armv4.h"
|
| +#endif
|
| +
|
| +#if defined(ARMv5E_ASM)
|
| +#include "arm/kiss_fft_armv5e.h"
|
| +#endif
|
| +
|
| #else /* not FIXED_POINT*/
|
|
|
| # define S_MUL(a,b) ( (a)*(b) )
|
|
|