Update CMSIS-DSP library

jbax

Member
Greetings,

In order to optimize some audio processing I'm using as much functions from the arm_math than I can with custom audio objects.
I was looking for some function (e.g fast log, exp, abs_max, etc) and realize that they exist only in newer version of the cmsis lib than the one used in teensy framework.
So I wonder :
- Is an update possible ?
- If yes, is it planned ?
- Did someone managed to do this or tried and failed ?

I guess what makes it difficult is that ARM no longer publishes compiled libs so one would have to compile them themselves.

Before attempting this I would like to know if someone may already have done or at least tried it, or maybe they are some blocking points that would prevent making the update

Thanks
 
Back
Top