[PR] arch/armv8-r: Enable fpu before arm_el_init [nuttx]

2025-04-03 Thread via GitHub
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

Re: [PR] arch/armv8-r: Enable fpu before arm_el_init [nuttx]

2025-04-02 Thread via GitHub
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

[PR] arch/armv8-r: Enable fpu before arm_el_init [nuttx]

2025-04-02 Thread via GitHub
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