Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-18 | Faster strlen on x64. | Ondrej Bilka | |
2013-03-06 | Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation" | Ondrej Bilka | |
This reverts commit b79188d71716b6286866e06add976fe84100595e. | |||
2013-03-06 | * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation | Ondrej Bilka | |
which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB. | |||
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2010-07-26 | Add optimized x86-64 implementation of strnlen. | Ulrich Drepper | |
While at it, beef up the test suite for strnlen and add performance tests for it, too. |