Skip to content
Commit 223d5da8 authored by Guo Ren's avatar Guo Ren
Browse files

csky: Improve string operations performance by glibc code



These codes are copied from glibc-2.28/string directory, they are the
generic implementation for string operations. We may further optimize
them with assembly code in the future.

In fact these code isn't tested enough for kernel, but we've tested them
on glibc and it seems good. We just trust them :)

Signed-off-by: default avatarGuo Ren <ren_guo@c-sky.com>
Cc: Arnd Bergmann <arnd@arndb.de>
parent 8f6e0f80
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment