now printf is disabled if twiddles arrays are external. Now while used for emdedded there is no prfintf garbage in compiled code.
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef FFT_FP_EXTERNAL_TWIDDLES
|
||||
extern int64_t twiddle_re[TWIDDLE_L];
|
||||
extern int64_t twiddle_im[TWIDDLE_L];
|
||||
extern volatile int64_t twiddle_re[TWIDDLE_L];
|
||||
extern volatile int64_t twiddle_im[TWIDDLE_L];
|
||||
#endif
|
||||
|
||||
void fft_twiddle_gen(int64_t* twiddle_re, int64_t* twiddle_im);
|
||||
|
||||
Reference in New Issue
Block a user