Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BZ#14059: Fix AVX and FMA4 detection. | Carlos O'Donell | 2012-05-17 | 1 | -3/+6 |
| | | | | | Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features. | ||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper | 2011-10-19 | 1 | -1797/+31 |
| | |||||
* | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | 2011-03-21 | 1 | -15/+30 |
| | |||||
* | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | H.J. Lu | 2010-11-10 | 1 | -0/+6 |
| | |||||
* | Re-enable all strncasecmp versions. | Ulrich Drepper | 2010-09-20 | 1 | -2/+0 |
| | |||||
* | Fix limit detection in x86-64 SSE2 strncasecmp. | Ulrich Drepper | 2010-09-20 | 1 | -0/+2 |
| | |||||
* | Fix two typos in x86-64 SSE4.2 strncasecmp implementation. | Ulrich Drepper | 2010-08-19 | 1 | -2/+2 |
| | |||||
* | Fix fourth parameter of SSE4.2 strcmp for x86-64. | Ulrich Drepper | 2010-08-15 | 1 | -3/+3 |
| | |||||
* | Add optimized strncasecmp versions for x86-64. | Ulrich Drepper | 2010-08-14 | 1 | -222/+292 |
| | |||||
* | Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64. | Ulrich Drepper | 2010-07-31 | 1 | -19/+361 |
| | |||||
* | Pretty printing x86-64 SSE4.3 strcmp. | Ulrich Drepper | 2010-07-30 | 1 | -29/+29 |
| | |||||
* | Define bit_XXX and index_XXX. | H.J. Lu | 2009-12-13 | 1 | -3/+3 |
| | | | | | | This patch defines bit_XXX and index_XXX and use them to check processor feature in assembly code. It can prevent typos in processor feature check. | ||||
* | Add SSSE3-optimized implementation of str{,n}cmp for x86-64. | Ulrich Drepper | 2009-08-07 | 1 | -3/+9 |
| | |||||
* | Add SSE2 support to str{,n}cmp for x86-64. | H.J. Lu | 2009-07-26 | 1 | -253/+108 |
| | |||||
* | Some some optimizations for x86-64 strcmp. | H.J. Lu | 2009-07-25 | 1 | -9/+4 |
| | |||||
* | Optimize x86-64 SSE4.2 strcmp. | Ulrich Drepper | 2009-07-25 | 1 | -0/+5 |
| | | | | | The file contained some code which was never used. Don't compile it in. | ||||
* | Align functions to 16-byte boundary. | Ulrich Drepper | 2009-07-03 | 1 | -0/+1 |
| | | | | | | Some of the new multi-arch string functions for x86-64 were not aligned to 16 byte boundarie,s possibly creating unnecessary cache line misses and delays. | ||||
* | Clean up whitespaces in last patch. | Ulrich Drepper | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Add SSE4.2 support for strcmp and strncmp on x86-64. | H.J. Lu | 2009-06-22 | 1 | -0/+1677 |