diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-25 14:50:31 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-25 14:50:31 -0400 |
commit | 618280a192aed70b47d6b2deb2a81c6359b9a92b (patch) | |
tree | 7eda2d9ff8563db1da609b0b03255a13c32aa0e6 /ChangeLog | |
parent | 32d2a6ec31c5b9a02c339530df4a1b6728514868 (diff) | |
download | glibc-618280a192aed70b47d6b2deb2a81c6359b9a92b.tar glibc-618280a192aed70b47d6b2deb2a81c6359b9a92b.tar.gz glibc-618280a192aed70b47d6b2deb2a81c6359b9a92b.tar.bz2 glibc-618280a192aed70b47d6b2deb2a81c6359b9a92b.zip |
Optimize x86-64 SSE4.2+ strcmp a bit more
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-10-25 Ulrich Drepper <drepper@gmail.com> + + * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier + place. Use VEX encoding when compiling for AVX. + 2011-10-25 Andreas Schwab <schwab@redhat.com> * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t. |