This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 1abf10e22 Cygwin: testsuite: test posix_spawn_file_actions_addopen with [...] new 1876ce269 RISC-V: memmove() speed optimized: Add implementation new fb535adc8 RISC-V: memmove() speed optimized: Replace macros and use fix [...] new be1dcbb93 RISC-V: memmove() speed optimized: Add loop-unrolling new a17e73675 RISC-V: memmove() speed optimized: Align source address new cf092a736 RISC-V: memmove() speed optimized: Call memcpy() new 432f9afd8 newlib: Regenerate configuration files
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/Makefile.in | 52 ++--- newlib/libc/machine/riscv/Makefile.inc | 2 +- .../machine/riscv/{memmove.S => memmove-asm.S} | 0 newlib/libc/machine/riscv/memmove-stub.c | 14 -- newlib/libc/machine/riscv/memmove.c | 259 +++++++++++++++++++++ 5 files changed, 286 insertions(+), 41 deletions(-) rename newlib/libc/machine/riscv/{memmove.S => memmove-asm.S} (100%) delete mode 100644 newlib/libc/machine/riscv/memmove-stub.c create mode 100644 newlib/libc/machine/riscv/memmove.c