Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Faster strlen on x64. | Ondrej Bilka | 2013-03-18 | 1 | -57/+0 |
| | |||||
* | Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation" | Ondrej Bilka | 2013-03-06 | 1 | -0/+57 |
| | | | | This reverts commit b79188d71716b6286866e06add976fe84100595e. | ||||
* | * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation | Ondrej Bilka | 2013-03-06 | 1 | -57/+0 |
| | | | | | which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB. | ||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Add x86-64 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 1 | -1/+4 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Optimized strnlen and wcscmp for x86-64 | Liubov Dmitrieva | 2011-10-23 | 1 | -0/+55 |