Hi, On Wed, 15 May 2019, Jakub Jelinek wrote:
> Just one thing to note, our "memcpy" expectation is that either there is > no overlap, or there is 100% overlap (src == dest), both all the current > movmem == future cpymem expanders and all the supported library > implementations do support that, though the latter just de-facto, it > isn't a written guarantee. Yes, I should have been more precise, complete overlap is always de-facto supported as well. Ciao, Michael.