4 ms·
Genuine question: what makes ARM64 a denser ISA compared to RISC-V ?
by ithkuil 1mo ago
Genuine question: what makes ARM64 a denser ISA compared to RISC-V ?
- userbinator 1mo agoThey tried to squeeze all they could into 32 bits, which is why there are things like load/store pair, bitfield extracts, etc.