summaryrefslogtreecommitdiff
path: root/arch/x86/lib/string.c
Commit message (Collapse)AuthorAgeLines
* x86: Import glibc memcpy implementationGraeme Russ2012-01-02-0/+61
| | | | | | | | Taken from glibc version 2.14.90 -- Changes for v2: - None
* x86: Import the glibc memset implementationGabe Black2011-11-29-0/+87
The new implementation is about twice as fast as the old. This is from glibc-2.14, sysdeps/i386/memset.c. Signed-off-by: Gabe Black <gabeblack@chromium.org>