LLVM has different targets AARCH64 and ARM. What is the same and different in them ?

You can have in src.conf :
WITH_LLVM_TARGET_AARCH64=yes
WITH_LLVM_TARGET_ARM=yes

Is ARM 32 bit or another instruction set vs AARCH64. Or is it for another CPU. Difference is rather unclear for me ?
 
Back
Top