mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-11-22 10:32:52 -05:00
slight fast fir changes
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user