gint-with-thread/src/std
Lephe 9d1187b5b4
string: optimized memcpy, memcmp, memset; decent memmove
This change adds optimized versions of the core memory functions,
relying on 4-alignment, 2-alignment, and the SH4's unaligned move
instruction to (hopefully) attain good performance in all situations.
2020-07-04 15:05:28 +02:00
..
tinymt32 libc: add random number generation with TinyMT 2020-05-31 17:03:14 +02:00
memcmp.s string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
memcpy.s string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
memmove.s string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
memset.s string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
stdio.c printf: fix %% doubling down as a format specifier 2020-06-14 08:15:00 +02:00
string.c small improvements 2019-09-19 15:59:38 +02:00