Commit 1de17bee authored by Matteo Croce's avatar Matteo Croce Committed by Anup Patel
Browse files

riscv: optimized memmove



When the destination buffer is before the source one, or when the
buffers doesn't overlap, it's safe to use memcpy() instead, which is
optimized to use a bigger data size possible.

Signed-off-by: default avatarMatteo Croce <mcroce@microsoft.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
parent ad31515b
Supports Markdown
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