commit | aefe999d92d9592ffeb02e142ffcc85161ddb8d9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Nov 08 12:04:41 2023 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Nov 15 15:49:57 2023 -0800 |
tree | 0da692937ed5014330ae19fa094163f7b57fe6cf | |
parent | 9fe73234ab8ef16454e1ec13d1b9a2c3d0725261 [diff] [blame] |
string/memory functions: avoid qemu bugs/performance issues. Use V on real hardware, but GC on qemu. Change-Id: I419546d94555540e14a14dcc52bd99413cbbcfa1
diff --git a/libc/arch-riscv64/string/memmove.c b/libc/arch-riscv64/string/memmove.c new file mode 100644 index 0000000..e9bb2c2 --- /dev/null +++ b/libc/arch-riscv64/string/memmove.c
@@ -0,0 +1,2 @@ +#define MEMMOVE +#include "bcopy.c"