This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Improve memcpy

Hi, I am trying to improve a copy using memcpy function, but is not enough, some one knows if its possible to use any DMA function ? Or use a Neon function ?
I'm using a BBB + StarterWare. The buffers that i'm copying are g_pucBuffer[0] - g_pucBuffer[1] (it's a big buffer) to use in GrLib.
Thanks in advance.