Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize 32bit memset/memcpy with SSE2/SSSE3. | H.J. Lu | 2010-01-12 | 1 | -0/+3 |
| | |||||
* | Determine and store processor family and model on x86-64. | H.J. Lu | 2009-06-30 | 1 | -0/+2 |
| | |||||
* | Optimize x86-64 strlen for SSE4.2. | Ulrich Drepper | 2009-06-05 | 1 | -0/+15 |
The SSE4.2 implementation is used in the DSO only. The patch also adds some infrastructure to be used in similar code later one. |