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?