wyr8899 opened a new pull request, #10723:
URL: https://github.com/apache/nuttx/pull/10723

   ## Summary
   Assembly version of strcpy for armv8m.
   ## Impact
   Replace common strcpy if CONFIG_ARMV8M_STRCPY is enabled.
   ## Testing
   tested using a testcase designed for arch libc function, see 
https://github.com/apache/nuttx-apps/pull/1662
   Also tested on Cortex-m33:
   
   native C:
   strcpy total(run 25 times) cpu cycles 8400
   strcpy average cpu cycles 336
   
   assembly:
   strcpy total(run 25 times) cpu cycles 5750
   strcpy average cpu cycles 230
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to