This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dsplib库有没有手工汇编版本的实现手册(c66x)

或者是将dsplib库中卷积、滤波、矩阵求解等函数向量化的实现样例

  • 没有汇编实现手册,dsplib只提供了优化的c代码实现,_cn结尾的是不使用内联函数实现的文件,请参考不带_cn后缀的代码。