Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-17 | BZ#14059: Fix AVX and FMA4 detection. | Carlos O'Donell | |
Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features. | |||
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2011-10-19 | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper | |
2011-03-21 | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | |
2010-11-10 | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | H.J. Lu | |
2010-09-20 | Re-enable all strncasecmp versions. | Ulrich Drepper | |
2010-09-20 | Fix limit detection in x86-64 SSE2 strncasecmp. | Ulrich Drepper | |
2010-08-19 | Fix two typos in x86-64 SSE4.2 strncasecmp implementation. | Ulrich Drepper | |
2010-08-15 | Fix fourth parameter of SSE4.2 strcmp for x86-64. | Ulrich Drepper | |
2010-08-14 | Add optimized strncasecmp versions for x86-64. | Ulrich Drepper | |
2010-07-31 | Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64. | Ulrich Drepper | |
2010-07-30 | Pretty printing x86-64 SSE4.3 strcmp. | Ulrich Drepper | |
2009-12-13 | Define bit_XXX and index_XXX. | H.J. Lu | |
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. | |||
2009-08-07 | Add SSSE3-optimized implementation of str{,n}cmp for x86-64. | Ulrich Drepper | |
2009-07-26 | Add SSE2 support to str{,n}cmp for x86-64. | H.J. Lu | |
2009-07-25 | Some some optimizations for x86-64 strcmp. | H.J. Lu | |
2009-07-25 | Optimize x86-64 SSE4.2 strcmp. | Ulrich Drepper | |
The file contained some code which was never used. Don't compile it in. | |||
2009-07-03 | Align functions to 16-byte boundary. | Ulrich Drepper | |
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. | |||
2009-06-22 | Clean up whitespaces in last patch. | Ulrich Drepper | |
2009-06-22 | Add SSE4.2 support for strcmp and strncmp on x86-64. | H.J. Lu | |