kissfft icon indicating copy to clipboard operation
kissfft copied to clipboard

Clarification on thread safety

Open VioletGiraffe opened this issue 2 years ago • 0 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!

VioletGiraffe avatar May 25 '23 18:05 VioletGiraffe