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.
您好 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