Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-11 | Add i686 __libc_ifunc_impl_list | H.J. Lu | |
2012-08-09 | Avoid DWARF definition DIE on ifunc symbols | H.J. Lu | |
2011-07-14 | Quash a warning in strstr-c.c built for static. | Roland McGrath | |
2009-09-03 | Fix IA-32 strstr in multiarch configuration as well. | Ulrich Drepper | |
2009-08-04 | Add x86 32-bit SSE4.2 string functions. | H.J. Lu | |
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. |