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 RFC V4] Improve 64bit memcpy/memove for Corei7 with unaligned avx instruction


On 07/29/2013 11:40 AM, ling.ma.program@gmail.com wrote:
> [...]
> diff --git a/sysdeps/x86_64/multiarch/memmove-avx-unaligned.S b/sysdeps/x86_64/multiarch/memmove-avx-unaligned.S
> new file mode 100644
> index 0000000..352a2c3
> --- /dev/null
> +++ b/sysdeps/x86_64/multiarch/memmove-avx-unaligned.S
> @@ -0,0 +1,4 @@
> +#define USE_AS_MEMMOVE
> +#define MEMCPY		__memmove_avx_unaligned
> +#define MEMCPY_CHK	__memmove_chk_avx_unaligned
> +#include "memcpy-avx-unaligned.S"

Please add for each new file the usual copyright header - even for such
tiny files...

Thanks,
Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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