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.

Does Arago support neon coprocessor?

Hi, I am using am335x and I have to use neon coprocessor for optimized performance of openssl. According to this link I have to add a few co processor commands in the linux kenel source code to enable neon. So I added them in init/main.c . Upon compiling I got the error message "selected processor does not support ARM mode `fmxr FPEXC,r0". What does it mean? Does arago reallly support SIMD optimization?