mborgerding / kissfft

a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clarification on thread safety

VioletGiraffe opened this issue · comments

The README says:

The core routines of kiss_fft are thread-safe

What exactly does it mean? That the functions are re-entrant, i. e. safe to call from different threads as long as the buffers provided do not overlap?

P. S. Thanks for this awesome library!