arm64
ARM64, or AArch64, is the 64-bit execution state of ARM's ARMv8-A architecture. It represents the successor to 32-bit ARMv7-A and introduces a 64-bit general-purpose register file, a 64-bit address space, and a redesigned instruction set for improved performance and efficiency. AArch64 programs run in the A64 instruction set, while ARMv8 maintains backward compatibility with legacy 32-bit code through the AArch32 state, allowing coexistence of 32-bit and 64-bit software.
The architecture includes a large register set and a unified memory model, supports advanced SIMD (NEON) and
ARM64 was introduced with the ARMv8-A architecture in 2011 and gained rapid adoption across mobile processors