This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] Improve 64bit memcpy/memmove for Corei7 with avx2 instruction


On Fri, Jun 07, 2013 at 09:51:38PM +0800, Ling Ma wrote:
> Hi Ondra,
> If we prefer to backward copy, it will cause memory false dpendence
> and impact our performance as we mentioned above.
> 
I tried it on for sse and results of bacward copy are only about 10
in worst case cycles slower. It may be also explained that computation
of bounds is more complicated but effect of false memory dependence is
minimal.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]