]> git.proxmox.com Git - wasi-libc.git/commit
Use bulk memory opcodes when possible
authorCheng Shao <astrohavoc@gmail.com>
Sat, 4 Dec 2021 03:56:45 +0000 (03:56 +0000)
committerDan Gohman <dev@sunfishcode.online>
Fri, 20 May 2022 20:39:43 +0000 (13:39 -0700)
commit75fdabe1ff6f71f9c5c7fa3b5e81c94254c01d65
tree2619948159ef24557396b61584f19d25d237544a
parent1b593725c6b3cb833df228ddf5088a68f10bbf41
Use bulk memory opcodes when possible
libc-top-half/musl/src/string/memcpy.c
libc-top-half/musl/src/string/memmove.c
libc-top-half/musl/src/string/memset.c
libc-top-half/musl/src/string/wmemcpy.c
libc-top-half/musl/src/string/wmemmove.c