# Major opcodes summary
-Simple-V itself only requires four instructions with 6-bit Minor XO
+Simple-V itself only requires five instructions with 6-bit Minor XO
(bits 26-31), and the SVP64 Prefix Encoding requires
25% space of the EXT001 Major Opcode.
There are **no** Vector Instructions and consequently **no further
opcode space is required**.
That said: for the target workloads for which Scalable Vectors are typically
-used, the Scalar ISA on which SV critically relies is somewhat anaemic.
+used, the Scalar ISA on which those workloads critically rely
+is somewhat anaemic.
The Libre-SOC Team has therefore been addressing that by developing
a number of Scalar instructions in specialist areas (Big Integer,
Cryptography, 3D, Audio/Video, DSP) and it is these which require
the full extent of the instruction additions required to create
a Hybrid 3D CPU-VPU-GPU.
-**Whilst SVP64 is only 4 instructions
+**Whilst SVP64 is only 5 instructions
the heavy focus on VSX for the past 12 years has left the SFFS Level
-anaemic and out-of-date compared to ARM and x86. Approximately
-100 additional Scalar Instructions are up for proposal**
+anaemic and out-of-date compared to ARM and x86. This is partially
+a blessing as the Scalar ISA has remained clean. Approximately
+100 additional (optional) Scalar Instructions are up for proposal to bring SFFS
+up-to-date**
# Other