cmake: indicate single precision floating-point for Cortex-M33
ARM Cortex-M33 may implement an optional Floating Point Unit (FPU) supporting single-precision arithmetic. This commit modifies the respective GCC_M_CPU flag to comply with Cortex-M33. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
b1ba49be7c
commit
5343f8973d
|
@ -2,4 +2,4 @@
|
|||
|
||||
set(FPU_FOR_cortex-m4 fpv4-sp-d16)
|
||||
set(FPU_FOR_cortex-m7 fpv5-d16)
|
||||
set(FPU_FOR_cortex-m33 fpv5-d16)
|
||||
set(FPU_FOR_cortex-m33 fpv5-sp-d16)
|
||||
|
|
Loading…
Reference in New Issue