ARM: vfp: add VFPv4 capability detection and populate elf_hwcap
The presence of VFPv4 cannot be detected simply by looking at the FPSID subarchitecture field, as a value >= 2 signifies the architecture as VFPv3 or later. This patch reads from MVFR1 to check whether or not the fused multiply accumulate instructions are supported. Since these are introduced with VFPv4, this tells us what we need to know. Change-Id: If1078dbd752a451a0ceda4997685fe849fcdd11a Signed-off-by:Will Deacon <will.deacon@arm.com> Signed-off-by:
Taniya Das <tdas@codeaurora.org>
Loading
Please sign in to comment