Reputation: 11
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
armcc --cpu
list) or equivalent armclang options.Upvotes: 0
Views: 145
Reputation: 25278
aarch64
is ARMv8. And NEON is mandatory in ARMv8, so it's included.
Upvotes: 0