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.

NEON assembly

Other Parts Discussed in Thread: AM3359

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