[Bug string/14613] missed optimization in strcspn
adhemerval.zanella at linaro dot org
sourceware-bugzilla@sourceware.org
Thu Aug 11 16:48:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=14613
Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |adhemerval.zanella at linaro dot o
| |rg
Resolution|--- |FIXED
--- Comment #2 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Commit d3496c9f4f27d3009b71be87f6108b4fed7314bd implements the table using a
256 bytes table (it is faster than a more compact one) and also adds header
optmization to use builtin strcspn,
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list