New versions of CMSIS-DSP for Ti's MSPM0 MCUs.
Down load xmake at xmake.io, then edit the xmake.lua to match your toolchain paths. Gcc and tiarmclang is supported, do as follows:
$ xmake f --toolchain=tiarmclang
$ xmake build cmsis-dsp-mspm0-ticlang
Tested under arm-none-eabi-gcc 13.1 and ticlang 3.43 LTS. You must have gcc arm-none-eabi which could be downloaded from ARM, even ticlang builds use the gccar as well. Using gcc is recommended, but tiarm clang also works.
Download the library from this reps's release, add Include to ur IDE's include path or use -IInclude then add the .a filed to linker's path to ur IDE or use in build command like -llibcmsis-dsp-mspm0-gcc.a.