Activation of 32 bits arithmetic in aarch64 triggered a bug in Array addresse computation for CodeExamples/ArrayXXX This is due to the use of 32 bits add instead of 64 bits which lead to a memory fault because the address is cut at 32 bits.