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 v2] aarch64: Optimized implementation of strcpy



On 22/10/2019 14:54, Wilco Dijkstra wrote:
> Hi Xuelei,
> 
>> Optimize the strcpy implementation by using vector loads and operations
>> in main loop.Compared to aarch64/strcpy.S, it reduces latency of cases
>> in bench-strlen by 5%~18% when the length of src is greater than 64
>> bytes, with gains throughout the benchmark.
> 
> This is OK. I tried it on a few microarchitectures, and it's either as fast or
> faster on long strings.
> 
> Wilco

I pushed it upstream.


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