about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcmp.S
Commit message (Expand)AuthorAgeFilesLines
* Prepare for radical source tree reorganization. zack/build-layout-experimentZack Weinberg2017-06-081-209/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Remove configure tests for AVX support.Joseph Myers2015-10-081-14/+8
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-131-27/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab2014-10-271-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add unaligned strcmp.Ondřej Bílka2013-09-031-0/+7
* Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva2013-06-281-14/+20
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add x86-64 __libc_ifunc_impl_listH.J. Lu2012-10-111-1/+7
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-171-3/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-191-1797/+31
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-15/+30
* Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-101-0/+6
* Re-enable all strncasecmp versions.Ulrich Drepper2010-09-201-2/+0
* Fix limit detection in x86-64 SSE2 strncasecmp.Ulrich Drepper2010-09-201-0/+2
* Fix two typos in x86-64 SSE4.2 strncasecmp implementation.Ulrich Drepper2010-08-191-2/+2
* Fix fourth parameter of SSE4.2 strcmp for x86-64.Ulrich Drepper2010-08-151-3/+3
* Add optimized strncasecmp versions for x86-64.Ulrich Drepper2010-08-141-222/+292
* Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64.Ulrich Drepper2010-07-311-19/+361
* Pretty printing x86-64 SSE4.3 strcmp.Ulrich Drepper2010-07-301-29/+29
* Define bit_XXX and index_XXX.H.J. Lu2009-12-131-3/+3
* Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper2009-08-071-3/+9
* Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu2009-07-261-253/+108
* Some some optimizations for x86-64 strcmp.H.J. Lu2009-07-251-9/+4
* Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper2009-07-251-0/+5
* Align functions to 16-byte boundary.Ulrich Drepper2009-07-031-0/+1
* Clean up whitespaces in last patch.Ulrich Drepper2009-06-221-1/+1
* Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu2009-06-221-0/+1677