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.

how to replace memcpy with neon based on memcpy?

If I want to replace memcpy of linux with NEON based memcpy for a faster operation,how to do?

Need to change complier options?Or something else?

thanks for any reply.