Influenced by other libc implementations, I had tried to make memcpy smarter for differently-sized ranges, but my benchmarks showed no real change. So change memcpy back to the simple rep movsb implementation.
Influenced by other libc implementations, I had tried to make memcpy smarter for differently-sized ranges, but my benchmarks showed no real change. So change memcpy back to the simple rep movsb implementation.