[PATCH] Improve bench-strlen

Siddhesh Poyarekar siddhesh@gotplt.org
Fri Dec 21 15:44:00 GMT 2018


On 21/12/18 8:26 PM, Wilco Dijkstra wrote:
> The current bench-strlen compares against a slow byte-oriented strlen which
> is not useful given it's too easy to beat.  Remove it and compare against the
> generic C strlen version and memchr.
> 
> OK to commit?

OK.  We should do this for all functions.

Siddhesh



More information about the Libc-alpha mailing list