glibc/string/bits
Wilco Dijkstra f7db120f67 Remove the str(n)cmp inlines from string/bits/string2.h. The strncmp
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.
2017-02-15 15:23:52 +00:00
..
string2.h Remove the str(n)cmp inlines from string/bits/string2.h. The strncmp 2017-02-15 15:23:52 +00:00
string3.h Move fortified explicit_bzero back to string3 2017-01-09 13:48:44 -02:00
strings_fortified.h Move fortified explicit_bzero back to string3 2017-01-09 13:48:44 -02:00