Skip to content

Commit

Permalink
Use SSE2 optimized strcmp in x86-64 ld.so
Browse files Browse the repository at this point in the history
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)".
  • Loading branch information
H.J. Lu committed Aug 25, 2015
1 parent ffee504 commit d8725b1
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 253 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Loading

0 comments on commit d8725b1

Please sign in to comment.