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 to find the cpu list it shows only option "Target: aarch64-arm-none-eabi".
please help me to solve the below issues
- Does this version support ARMv8 neon?
- How to find available cpu list (as in
armcc --cpu
list) or equivalent armclang options.
aarch64
is ARMv8. And NEON is mandatory in ARMv8, so it's included.