summaryrefslogtreecommitdiff
path: root/arch/x86/lib/string.c
AgeCommit message (Collapse)Author
2011-11-29x86: Import the glibc memset implementationGabe Black
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>