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 important to initialize the FPU as early as possible to prevent system hangs that could occur if the FPU is used without being initialized. ## Impact RELEASE ## Testing CI -- 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...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org