xiaoxiang781216 commented on PR #10723: URL: https://github.com/apache/nuttx/pull/10723#issuecomment-1728664765
> you could adapt for arm32 and make it cross-arm there is no much specific ; one optim could be to unroll for less than 256 chars (90% of cases in real world). Then extend to strcat because that's just the same concerns. It isn't true. armv7-a/r may use NEON, and armv8-m may use MVE, which doesn't exist on armv6-m and armv7-m. -- 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]
