faster alternative to memcpy?

后端 未结 16 1172
一生所求
一生所求 2020-11-29 21:27

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?

16条回答
  •  日久生厌
    2020-11-29 21:33

    This function could cause data abort exception if one of the pointers (input arguments) are not aligned to 32bits.

提交回复
热议问题