Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2011-10-23 | Optimized strnlen and wcscmp for x86-64 | Liubov Dmitrieva | |
2011-08-04 | Fix inline strncat/strncmp on x86 | Andreas Schwab | |
2011-07-19 | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | |
2010-08-26 | Unroll x86-64 strlen | H.J. Lu | |
2010-01-13 | Unroll the loop x86-64 SSE4.2 strlen. | H.J. Lu | |
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-08 | Move SSE4.2 functions together. | Ulrich Drepper | |
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-05 | Forgot some more cleanups for the SSE4.2 strlen on x86-64. | Ulrich Drepper | |
2009-06-05 | Add missing cleanups from SSE4.2 x86-64 strlen. | Ulrich Drepper | |
2009-06-05 | Optimize x86-64 strlen for SSE4.2. | Ulrich Drepper | |
The SSE4.2 implementation is used in the DSO only. The patch also adds some infrastructure to be used in similar code later one. |