Fix memcpy, memmove, memset, and memcmp.
Fixes #99 (closed). Using read_unaligned/write_unaligned didn't appear to change the generated code on x86_64. memmove
and memcmp
were also fixed, as both were previously incorrectly written.
Fixes #99 (closed). Using read_unaligned/write_unaligned didn't appear to change the generated code on x86_64. memmove
and memcmp
were also fixed, as both were previously incorrectly written.