请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:MSP430FR5992 你(们)好
MSP_DSPLIB 提供的矩阵 API 是定点数据操作、我的项目中的数据是浮点的。 如何实现矩阵乘法? 我的最终目标是缩短计算时间。 我不想使用:result =float*float+float*float... 这是浪费时间。 我听说5992具有 LEA 函数、因为现在无法使用数据类型的原因。
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 函数、因为现在无法使用数据类型的原因。