ranjithkumards
ranjithkumards

Reputation: 11

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

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.

Upvotes: 0

Views: 145

Answers (1)

Igor Skochinsky
Igor Skochinsky

Reputation: 25278

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

Upvotes: 0

Related Questions