gint/src/std
Lephe 52d95e72ed
stdlib: force rand() to return a non-negative number
Negative numbers come with tricky modulus results and are excluded from
the return values of the standard rand().
2020-10-09 09:17:48 +02:00
..
tinymt32 stdlib: force rand() to return a non-negative number 2020-10-09 09:17:48 +02:00
memcmp.s string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
memcpy.s libc: faster memcpy for on-chip memory 2020-07-27 22:47:30 +02:00
memmove.s string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00
memset.s libc: faster memset 2020-07-28 17:34:25 +02:00
stdio.c use less static RAM to improve SH3 support 2020-07-10 16:06:33 +02:00
string.c small improvements 2019-09-19 15:59:38 +02:00