We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I have installed the current "DS-5 Ultimate 64-bit evaluation " version but am not able to build for ARMv8 64-bit neon.
In armclang am not able find the cpu list it is shows only option "Target: aarch64-arm-none-eabi".
please help me to solve the below issues
1.Whether this version supports ARMv8 neon?
2.How to find available cpu list (as in armcc --cpu list) or equivalent armclang options.
Regards
Ranjith kumar DS
Ya.it's supports arm_v8 neon i wrote 4 to 5 function using the neon instruction it's working but compiler not generate assembly by arm_v8 simd instruction may be we have to hand code it.Or anyother way is there to generate arm_v8 simd by compiler itself? .