I have a function that is doing memcpy, but it\'s taking up an enormous amount of cycles. Is there a faster alternative/approach than using memcpy to move a piece of memory?
This function could cause data abort exception if one of the pointers (input arguments) are not aligned to 32bits.