mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
optimization seems unlikely to ever be useful, but if it occurs in real code it should be added to GCC. Expanding strcmp of small strings does appear useful (benchmarking shows it is 2-3x faster), so this would be useful to implement in GCC (PR 78809). * string/bits/string2.h (strcmp): Remove define. (__strcmp_cg): Likewise. (strncmp): Likewise. |
||
---|---|---|
.. | ||
string2.h | ||
string3.h | ||
strings_fortified.h |