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.
你(们)好
MSP_DSPLIB 提供的矩阵 API 是定点数据操作、我的项目中的数据是浮点的。 如何实现矩阵乘法? 我的最终目标是缩短计算时间。 我不想使用:result =float*float+float*float... 这是浪费时间。 我听说5992具有 LEA 函数、因为现在无法使用数据类型的原因。