5.7.1.15 Memcpy Option
The -mmemcpy
option forces the compiler to use the memcpy()
function for non-trivial block copies.
The -mno-memcpy
form of this option allows the compiler to inline most
constant-sized block copies. This is the default action if no option is specified.