jerpelea opened a new pull request, #16129:
URL: https://github.com/apache/nuttx/pull/16129
## Summary
In the arm_el_init function, the FPU might be used, for example, the
assembly optimization of memcpy in arm_tcm_load uses FPU and NEON instructions
and registers.
Therefore, it's imp
xiaoxiang781216 merged PR #16120:
URL: https://github.com/apache/nuttx/pull/16120
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
jinliangli opened a new pull request, #16120:
URL: https://github.com/apache/nuttx/pull/16120
## Summary
In the arm_el_init function, the FPU might be used, for example, the
assembly optimization of memcpy uses FPU and NEON instructions and registers.
Therefore, it's important to i