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.

[参考译文] AM263P4:64位浮点支持

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1467959/am263p4-64-bit-float-support

器件型号:AM263P4

工具与软件:

尊敬的团队:

我是否通过以下方式支持双精度浮点数计算?

- FPU?

-软件?

如果它仅受软件支持、是否有办法优化其计算?

客户需要双浮点、但他们需要8MB 的内存。 因此、我认为 AM263P4或-SIP 现在是最佳选择。

Yuto.

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

    您好 Kitamura-San、

    器件上的 FPU 是 VFPv3-D16、这意味着它有16个双精度寄存器

    标准 VFPv3的 ARM 定义:  

    • VFPv3、在 ARM 架构 v7及更高版本上实现。 VFPv3向后兼容 VFPv2、只是它不能捕捉浮点异常。 它不需要软件支持代码。 VFPv3具有32个双精度寄存器。

    D16架构的 ARM 定义、将双精度寄存器的数量从32个减少到16个。

    • VFPv3-D16、一种提供16个双精度寄存器的 VFPv3实现。 它是在不带 NEON 且支持 VFP 的 ARM 架构 v7处理器上实现的。

    此致、

    Ralph Jacobi