ARM-software / CMSIS-DSP

CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
https://arm-software.github.io/CMSIS-DSP
Apache License 2.0
454 stars 122 forks source link

is this lib thread safe? #150

Closed musicwei closed 5 months ago

christophe0606 commented 5 months ago

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