RISC-V: memmove() speed optimized: Replace macros and use fixed-width types
authorm fally <marlene.fally@gmail.com>
Tue, 17 Jun 2025 15:07:31 +0000 (17:07 +0200)
committerKito Cheng <kito.cheng@sifive.com>
Thu, 10 Jul 2025 01:28:14 +0000 (09:28 +0800)
commitfb535adc8a0de7610867d7e13f06c6a568e715fd
treeaadad9a3e11e73614b6e60c7cb25bcf4876e612f
parent1876ce269ac592a638ea83a52cd27fd0daaac668
RISC-V: memmove() speed optimized: Replace macros and use fixed-width types

Replace macros with static inline functions or RISC-V specifc
macros in order to keep consistency between all functions in the port.
Change data types to fixed-width and/or RISC-V specific types.

Reviewed-by: Christian Herber <christian.herber@oss.nxp.com>
Signed-off-by: m fally <marlene.fally@gmail.com>
newlib/libc/machine/riscv/memmove.c
This page took 0.029329 seconds and 5 git commands to generate.