about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch
Commit message (Expand)AuthorAgeFilesLines
...
* Don't define x86-64 __strncmp_ssse3 in libc.aH.J. Lu2012-09-271-4/+6
* Clean up x86_64/multiarch/strstr-c.c include order.Roland McGrath2012-08-151-6/+26
* Clean up x86_64/multiarch/memmove.c include order.Roland McGrath2012-08-151-20/+18
* Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2012-08-092-10/+32
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-175-30/+148
* Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu2012-05-151-6/+6
* Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu2012-05-151-12/+12
* Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu2012-05-151-10/+10
* Load cache size into R8_LPH.J. Lu2012-05-151-4/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0947-141/+94
* Really fix AVX testsUlrich Drepper2012-01-262-20/+20
* Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2012-01-262-2/+15
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-232-508/+323
* WP fixesUlrich Drepper2011-12-171-1/+0
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-174-1/+619
* Fix more warningsUlrich Drepper2011-12-031-0/+4
* Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper2011-11-011-2/+2
* More cleanups of x86-64 strstrUlrich Drepper2011-10-281-13/+12
* Clean up x86-64 strcasestrUlrich Drepper2011-10-281-13/+12
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-251-14/+18
* Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper2011-10-251-175/+130
* Fix WSUlrich Drepper2011-10-231-1/+1
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-237-317/+748
* Fix compilation problems in x86-64 init-archUlrich Drepper2011-10-211-1/+2
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-202-1/+11
* Move fma routines to right placeUlrich Drepper2011-10-202-85/+0
* Optimize x86-64 rawmemchr and add testUlrich Drepper2011-10-191-4/+3
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-193-1798/+1870
* Fix WSUlrich Drepper2011-10-151-4/+4
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-158-29/+2242
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-071-3/+7
* Move Atom-optimized code out of the way and togetherUlrich Drepper2011-09-063-3/+3
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
* Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva2011-09-055-3/+851
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-041-1/+1
* Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-212-29/+27
* Fix whitespacesUlrich Drepper2011-07-194-12/+9
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-1915-318/+1486
* Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu2011-06-2410-1838/+5488
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-242-3/+14
* Assume Intel Core i3/i5/i7 processor if AVX is availableH.J. Lu2011-06-031-0/+7
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-172-2/+2
* Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu2011-04-012-5/+15
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-15/+30
* Enable SSE2 memset for AMD'supcoming Orochi processor.Harsha Jagasia2011-03-041-2/+10
* Fix some warning nits.Roland McGrath2011-02-041-0/+1
* Support Intel processor model 6 and model 0x2.H.J. Lu2010-11-121-0/+1
* Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-101-0/+6
* Use IFUNC on x86-64 memsetH.J. Lu2010-11-088-4/+210
* Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-10-251-2/+2