slight fast fir changes

This commit is contained in:
Mark Borgerding
2004-01-30 00:17:01 +00:00
parent 80eccb4e3c
commit 9b738dc492
4 changed files with 82 additions and 7 deletions

View File

@ -70,7 +70,7 @@ typedef struct {
#define C_SUBFROM( res , a)\
do { (res).r -= (a).r; (res).i -= (a).i; }while(0)
static
static inline
kiss_fft_cpx kf_cexp(double phase) /* returns e ** (j*phase) */
{
kiss_fft_cpx x;