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
Have you actually checked that NEON code generation isn't working?
I think NEON is now mandatory in ARMv8A, so you don't need a separate compiler option to enable it.
HTH,
Pete
Is it possible disable NEON in armv8 gcc?