]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/x86_64/multiarch/Makefile
Improve 64bit memcpy performance for Haswell CPU with AVX instruction
[thirdparty/glibc.git] / sysdeps / x86_64 / multiarch / Makefile
2014-07-30  Ling MaImprove 64bit memcpy performance for Haswell CPU with...
2014-07-14  H.J. LuEnable AVX2 optimized memset only if -mavx2 works
2014-06-19  Ling MaAdd x86_64 memset optimized for AVX2
2013-12-14  Ondřej BílkaAdd strstr with unaligned loads. Fixes bug 12100.
2013-09-26  Ondřej BílkaFaster strrchr.
2013-09-03  Ondřej BílkaAdd unaligned strcmp.
2013-05-20  Ondrej BilkaFaster memcpy on x64.
2013-03-18  Ondrej BilkaFaster strlen on x64.
2013-03-11  Ondrej BilkaRemove Prefer_SSE_for_memop on x64
2013-03-06  Ondrej BilkaRevert " * sysdeps/x86_64/strlen.S: Replace with new...
2013-03-06  Ondrej Bilka * sysdeps/x86_64/strlen.S: Replace with new SSE2 based...
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-05-17  Carlos O'DonellBZ#14059: Fix AVX and FMA4 detection.
2011-12-17  Ulrich DrepperOptimized wcschr and wcscpy for x86-64 and x86-32
2011-10-23  Liubov DmitrievaOptimized strnlen and wcscmp for x86-64
2011-10-15  Liubov DmitrievaOptimized memcmp and wmemcmp for x86-64 and x86-32
2011-09-06  Liubov DmitrievaAdd Atom-optimized strchr and strrchr for x86-64
2011-07-19  Liubov DmitrievaImprove 64 bit strcat functions with SSE2/SSSE3
2011-06-24  H.J. LuImproved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64
2010-11-08  H.J. LuUse IFUNC on x86-64 memset
2010-08-27  H.J. LuUnroll x86-64 strlen
2010-08-25  Roland McGrathClean up warnings in new x86_64/multiarch code.
2010-08-24  Richard HendersonClean up SSE variable shifts
2010-08-15  Ulrich DrepperAdd optimized strncasecmp versions for x86-64.
2010-08-01  Ulrich DrepperAdd support for SSSE3 and SSE4.2 versions of strcasecmp...
2010-07-16  Ulrich DrepperSpeed up SSE4.2 strcasestr by avoiding indirect functio...
2010-06-30  H.J. LuImprove 64bit memcpy/memmove for Atom, Core 2 and Core i7
2010-04-14  H.J. Lux86-64 SSE4 optimized memcmp
2009-10-23  H.J. LuImplement SSE4.2 optimized strchr and strrchr.
2009-08-08  Ulrich DrepperAdd SSSE3-optimized implementation of str{,n}cmp for...
2009-07-26  H.J. LuAdd SSE2 support to str{,n}cmp for x86-64.
2009-07-21  H.J. LuSSE4.2 strstr/strcasestr for x86-64.
2009-07-03  H.J. LuAdd SSE4.2 support for strcspn, strpbrk, and strspn...
2009-07-02  H.J. LuSSSE3 strcpy/stpcpy for x86-64
2009-06-23  H.J. LuAdd SSE4.2 support for strcmp and strncmp on x86-64.
2009-06-05  Ulrich DrepperOptimize x86-64 strlen for SSE4.2.
2009-03-13  Ulrich Drepper* config.h.in (USE_MULTIARCH): Define.