mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
made threadsafe
This commit is contained in:
@ -20,7 +20,7 @@ struct kiss_fftr_state{
|
||||
kiss_fft_cpx * tmpbuf;
|
||||
kiss_fft_cpx * super_twiddles;
|
||||
#ifdef USE_SIMD
|
||||
long pad;
|
||||
void * pad;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user