Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Add i686 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Consistently use macros for x86 PIC thunks. | Joseph Myers | 2012-02-03 | 1 | -12/+2 |
| | |||||
* | Define bit_SSE2 and index_SSE2. | H.J. Lu | 2009-12-13 | 1 | -3/+3 |
| | |||||
* | Use PIC only if SHARED is defined. | H.J. Lu | 2009-08-08 | 1 | -0/+15 |
| | | | | For ia32, we can avoid PIC in IFUNC functions in static library. | ||||
* | Add x86 SSE strlen. | Ulrich Drepper | 2009-08-04 | 1 | -3/+3 |
| | |||||
* | Add x86 32-bit SSE4.2 string functions. | H.J. Lu | 2009-08-04 | 1 | -0/+99 |
This patch adds 32bit SSE4.2 string functions. It uses -16L instead of 0xfffffffffffffff0L, which works for both 32bit and 64bit long. Tested on 32bit Core i7 and Core 2. |