arch/arm: add options for FPv5 FPU
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 25 Feb 2018 20:18:16 +0000 (21:18 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 May 2018 17:06:55 +0000 (19:06 +0200)
commit81d8a25bc820c3461c5a8c21159572ee89e0761c
tree608724153e8a35a6af6b56143a3da152554bed1d
parent09c6e28233230a84932591699d802b1b6677f7cf
arch/arm: add options for FPv5 FPU

Contrary to its older brother, the FPv5 comes in two flavours; single-
and double-precision [0] [1]. the two variants are only available for
cortex-m7 cores, and the two variants are known to gcc as fpv5-sp-d16
and fpv5-d16, respectively, since gcc-5 [2].

[0] https://en.wikipedia.org/wiki/ARM_Cortex-M#Cortex-M7
[1] https://developer.arm.com/docs/ddi0489/latest/floating-point-unit
[2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=a076f99fa702deac764f6e0441b9435ad999f521

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
arch/Config.in.arm