diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-28 19:01:48 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-28 19:01:48 -0400 |
commit | 52e4b9eb626179110fdfa6e16c32fce30805ff80 (patch) | |
tree | a0477aff0c88a9f17415f437f4d12041ea5ec00c /ChangeLog | |
parent | fd52bc6dc4bfb844995cc63d98682970de1c9fed (diff) | |
download | glibc-52e4b9eb626179110fdfa6e16c32fce30805ff80.tar glibc-52e4b9eb626179110fdfa6e16c32fce30805ff80.tar.gz glibc-52e4b9eb626179110fdfa6e16c32fce30805ff80.tar.bz2 glibc-52e4b9eb626179110fdfa6e16c32fce30805ff80.zip |
More cleanups of x86-64 strstr
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ the three constants needed as parameters. Drop the others. (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to __m128i_strloadu_tolower. + Create and initialize variable zero and use it in all the places + where _mm_setzero_si128 was used. * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c, doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c, |