From fd52bc6dc4bfb844995cc63d98682970de1c9fed Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 28 Oct 2011 18:18:04 -0400 Subject: Clean up x86-64 strcasestr Actually describe in the C code what is going on. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd571c2f02..feb356744d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-10-28 Ulrich Drepper + * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take + the three constants needed as parameters. Drop the others. + (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to + __m128i_strloadu_tolower. + * 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, mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c. -- cgit 1.4.1