I tried to compile NEON assembly with the following example by CCS5.1, but it is fail.
Please refer to the attached file.
And I google the information, it said CCS5 don't support NEON intrinsics, is it really?
If so, have any body tell me which compile you have used and changed CCS5 build tool?
.text
.arm
.global double_elements
double_elements:
vadd.i32 q0,q0,q0
bx lr
.end