Use SSE2 optimized strcmp in x86-64 ld.so

Since ld.so preserves vector registers now, we can use the same SSE2
optimized strcmp in x86-64 libc and ld.so.

	* sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".
This commit is contained in:
H.J. Lu 2015-08-25 12:37:45 -07:00
parent ffee504f79
commit d8725b1fba
2 changed files with 220 additions and 253 deletions

View File

@ -1,3 +1,7 @@
2015-08-25 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".
2015-08-25 H.J. Lu <hongjiu.lu@intel.com>
[BZ #11214]

File diff suppressed because it is too large Load Diff