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] aarch64: Optimized memset for falkor


On 19/12/17 18:54, Adhemerval Zanella wrote:
> This should fix it:
> 

thanks, committed.

> diff --git a/sysdeps/aarch64/memset.S b/sysdeps/aarch64/memset.S
> index 45fb0a8..7f5127f 100644
> --- a/sysdeps/aarch64/memset.S
> +++ b/sysdeps/aarch64/memset.S
> @@ -19,6 +19,10 @@
>  #include <sysdep.h>
>  #include "memset-reg.h"
>  
> +#ifndef MEMSET
> +# define MEMSET memset
> +#endif
> +
>  /* Assumptions:
>   *
>   * ARMv8-a, AArch64, unaligned accesses
> 


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