incubator-nuttx/boards/arm64
Zhe Weng 3d5eae2497 arch/arm64: Enable FPU for qemu-armv8a:netnsh_smp and netnsh_smp_hv
When reading https://github.com/apache/nuttx-apps/pull/1793, I found a previous problem https://github.com/apache/nuttx-apps/pull/1454#discussion_r1045718067 now still exists on current master (inf in iperf bandwidth).

By step-by-step debugging, I found a value of 1000000.0 stored in register d8 is overwritten as 0 after context switch, then fdiv results in inf because of divided by 0. Finally I found that ARCH_FPU is not enabled while compiler is using FPU, and may lose values in floating-point registers.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-07-12 10:04:13 -03:00
..
a64/pinephone arch/arm64: Modify ld to ensure that the bss section is aligned to 8 bytes 2023-05-19 21:38:07 -07:00
fvp-v8r/fvp-armv8r arch/arm64: Modify ld to ensure that the bss section is aligned to 8 bytes 2023-05-19 21:38:07 -07:00
qemu/qemu-armv8a arch/arm64: Enable FPU for qemu-armv8a:netnsh_smp and netnsh_smp_hv 2023-07-12 10:04:13 -03:00