fxlibc/src/libc/string/target/sh-generic
Lephenixnoir 3c29639988
string: fix a bug in SuperH memset
2022-03-26 15:19:15 +00:00
..
memchr.S string: use gint's optimized memcpy (DONE) 2021-05-23 16:52:33 +02:00
memcmp.S string: use gint's optimized memcmp (DONE) 2021-05-23 16:52:35 +02:00
memcpy.S string: use gint's optimized memcpy (DONE) 2021-05-23 16:52:33 +02:00
memmove.S string: use gint's (not-so-optimized-yet) memmove (DONE) 2021-05-23 16:52:39 +02:00
memset.S string: fix a bug in SuperH memset 2022-03-26 15:19:15 +00:00
strlen.S string: split strnlen, optimize strlen in assembler (DONE) 2021-05-23 16:00:12 +02:00