commit | 51c2c0f62bd8dc10b66212a76ea1843a28e41c90 | [log] [tgz] |
---|---|---|
author | Richard Earnshaw <rearnsha@arm.com> | Tue Jun 04 12:56:19 2024 +0100 |
committer | Richard Earnshaw <rearnsha@arm.com> | Wed Jun 05 17:45:45 2024 +0100 |
tree | 59858c4c57442c884572e3a3785194020affb987 | |
parent | 7ea20ae702bb2d7e9560e6396d56598b0234b6ee [diff] |
arm: rename FPU_ARCH_VFP to FPU_ARCH_SOFTVFP FPU_ARCH_VFP has always meant VFP floating-point format (natural FP word order) but without any VFP instructions. But the name FPU_ARCH_VFP is potentially confusing. This patch just changes the name to make the meaning clearer.