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: V3 [PATCH] aarch64: optimized memcpy implementation for thunderx2


On 11.10.2018 09:15, Richard Henderson wrote:
On 10/10/18 10:00 AM, Anton Youdkevitch wrote:
+++ b/sysdeps/aarch64/multiarch/memcpy_thunderx2.S
@@ -20,8 +20,609 @@
  /* The actual code in this memcpy and memmove is in memcpy_thunderx.S.
     The only real differences are with the prefetching instructions.  */
+#include <sysdep.h>

Don't leave those two top comment lines in a rewrite.
Yes, sure, good catch.

Thanks.


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