nuttx/arch
chao an dedb4c95c9 armv8-r/r52: add neon support into compiler line
1. correct the armv8-r fpu flag from vfpv3-d16 to fpv5-sp-d16
2. add neon support

This commit updates the build script to specify the FPU type of
`fpv5-sp-d16` when the processor is configured with a single-precision
FPU, and `neon-fp-armv8` when the processor is configured with a
double-precision + Advanced SIMD-capable FPU.

Note that the `fp-armv8` FPU type is an alias for double-precision FPv5
with 32 double-precision registers (refer to the GCC
`gcc/config/arm/arm-cpus.in` for more details); NEON is always
specified in case of a double-precision configuration because the
Cortex-R52 can only be configured as such.

Reference:
https://developer.arm.com/Processors/Cortex-R52

Instruction set:

Arm and Thumb-2. Supports DSP instructions and a configurable Floating-Point
Unit either with single-precision or double precision and Neon.

Signed-off-by: chao an <anchao@lixiang.com>
2024-09-05 09:52:51 -03:00
..
arm armv8-r/r52: add neon support into compiler line 2024-09-05 09:52:51 -03:00
arm64 sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
avr types.h: fix windows build error 2024-08-14 22:36:57 +08:00
ceva arch: remove unused up_cpu_pausereq waiting 2024-09-05 07:15:54 +09:00
dummy
hc types.h: fix windows build error 2024-08-14 22:36:57 +08:00
mips sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
misoc sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
or1k types.h: fix windows build error 2024-08-14 22:36:57 +08:00
renesas usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
risc-v sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
sim sched: replace up_cpu_index with this_cpu 2024-09-05 12:09:24 +08:00
sparc sched: replace up_cpu_index with this_cpu 2024-09-05 12:09:24 +08:00
tricore cmake/tricore: filter out nostdlib in linker phase to avoid build break 2024-09-05 11:47:06 +08:00
x86 arch/EXTRA_LIBS: link all staging library. 2024-08-21 01:40:15 +08:00
x86_64 sched: replace up_cpu_index with this_cpu 2024-09-05 12:09:24 +08:00
xtensa sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
z16 types.h: fix windows build error 2024-08-14 22:36:57 +08:00
z80 types.h: fix windows build error 2024-08-14 22:36:57 +08:00
CMakeLists.txt build/cmake: add initial KERNEL mode support 2024-03-15 16:21:23 +08:00
Kconfig irq: dynaminc create g_irqmap 2024-09-03 19:22:28 -03:00