ds-5 ultimate evaluation version supports 64bit neon ( arm_v8 neon)

150 views Asked by At

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

  1. Does this version support ARMv8 neon?
  2. How to find available cpu list (as in armcc --cpu list) or equivalent armclang options.
1

There are 1 answers

0
Igor Skochinsky On

aarch64 is ARMv8. And NEON is mandatory in ARMv8, so it's included.