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.

[参考译文] 编译器/TMS320C6747:C674x

Guru**** 664280 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/880164/compiler-tms320c6747-c674x

器件型号:TMS320C6747

工具/软件:TI C/C++编译器

各位专家:

我们是否可以在   C674x-DSPLib_1_03_00_01 DSP 库中实现与 DSPF_q31tofl_legacy (从 Q31转换为 float)类似的装配体实现(类似于 DSPF_q15tofl_legacy ()?

类似 地、DSPF_fltoq31()将浮点值转换为 Q31。

此致、

KK

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    KK、

    您能否澄清为什么需要 DSPF_q31tofl_legacy 的汇编实现? 除 DSPLIB-C674x 中提供的 Q 点函数之外的任何 Q 点函数都可以在 IQMath 库中找到、该库位于 TI.com 上:

    http://www.ti.com/tool/SPRC542

    此外、想知道为什么在浮点处理器上使用 Q 点数学运算。 Q 数学在定点 DSP 架构上非常有用、因此您可以在 C674x DSP 架构上将浮点值作为单精度浮点值或双精度浮点值进行处理。

    此致、

    Rahul