gint-with-thread/include/gint/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
..
stdio.h std: support integer size formats (hh, h, l, ll) 2019-09-19 15:58:35 +02:00
stdlib.h libc: add random number generation with TinyMT 2020-05-31 17:03:14 +02:00
string.h string: optimized memcpy, memcmp, memset; decent memmove 2020-07-04 15:05:28 +02:00