not all required for all SV Compliancy Levels but they are all required
to be reserved.
+# Binary Interoperability
+
+Power ISA is long-term stable. A catastrophic mistake has been made in
+ARM SVE/2 and RISC-V RVV: "Silicon-Partner" Scalability, marketed as
+a feature, allows the same instructions to mean different things on
+different implementations (a different Vector bitwidth). This means
+that binary interoperability is not only impossible to achieve but
+Illegal Instruction trap-and-emulate is also out of the question.
+
+**Simple-V guarantees binary interoperability** by defining fixed
+register file bitwidths and size for all instructions. This does
+mean that **reserved** space is important to have in SVP64, in order
+to provide future expanded register file bitwidths and sizes.
+
# Hardware Implementations
The fundamental principle of Simple-V is that it sits between Issue and