
10 Aug
2021
10 Aug
'21
1:30 p.m.
On 10/08/2021 09.13, Stefan Roese wrote:
+/* This implementation handles overlaps and supports both memcpy and memmove
- from a single entry point. It uses unaligned accesses and branchless
Any reason not to take advantage of that, i.e. provide memmove as an alias for memcpy and thus get a fast(er) memmove for free? It would even reduce .text a little by not needing to include the lib/ provided memmove implementation.
Rasmus