ARM-software/CMSIS-DSP

is this lib thread safe?

Closed this issue · 1 comments

is this lib thread safe?

@musicwei There are no globals, no local statics (except const).
So it should be thread safe.