zephyr/arch/arm/core/aarch32
Stephanos Ioannidis a1d71bf05e arch: arm: aarch32: Remove CPU type dependency from CONFIG_FP16
The commit 434ca63e2f introduced the
Cortex-A and Cortex-R CPU type dependency to `CONFIG_FP16` based on
the reasoning that the hardware half-precision support is only
available on them.

While it is true that the _hardware_ half-precision support is limited
to these targets, the compiler will provide the _software_ emulation
for the targets that lack the hardware half-precision support, as
mentioned in 41fd6e003c (the original
commit that introduced `CONFIG_FP16`).

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2023-05-22 10:17:02 +02:00
..
cortex_a_r arch: arm: cortex_a_r: implement cache API 2023-03-29 09:03:37 +02:00
cortex_m init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
mmu
mpu
CMakeLists.txt arch: arm: move cache management sources to cortex_m directory 2023-03-29 09:03:37 +02:00
Kconfig arch: arm: aarch32: Remove CPU type dependency from CONFIG_FP16 2023-05-22 10:17:02 +02:00
Kconfig.vfp
__aeabi_atexit.c
cpu_idle.S arch: arm: aarch32: Introduce z_arm_on_enter_cpu_idle() hook 2023-02-21 15:03:30 +01:00
fatal.c
header.S arch: arm: aarch32: Add ability to generate zImage header 2023-02-27 17:34:12 +01:00
irq_manage.c
irq_offload.c
irq_relay.S
isr_wrapper.S
nmi.c arch: arm: core: aarch32: rename z_NmiHandlerSet 2023-04-12 08:59:36 +02:00
nmi_on_reset.S
prep_c.c
swap.c
swap_helper.S
thread.c
userspace.S
vector_table.ld arch: arm: aarch32: Add ability to generate zImage header 2023-02-27 17:34:12 +01:00
zimage_header.ld arch: arm: aarch32: Add ability to generate zImage header 2023-02-27 17:34:12 +01:00