History log of /u-boot/arch/riscv/lib/memset.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8f0dc4cf 26-Mar-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

riscv: assembler versions of memcpy, memmove, memset

Provide optimized versions of memcpy(), memmove(), memset() copied from
the Linux kernel.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>