For example it is possible to set up Matrix REMAP to perform the same
job as Pack/Unpack, at which point the LD/ST "Saturation" mode may
be used, saving on costly intermediary registers at double the LD
-width. Also, although potentially costly it may be possible to
-use Indexed Mode after using `svstep` to compute a sequence of
+width if a Saturated MV had to be involved.
+
+Also, the LD/ST Indexed Mode can be element-strided (RB as
+a Scalar, times
+the element index), or, if that is not enough,
+although potentially costly it may be possible to
+use `svstep` to compute a Vector RB sequence of
Indices, then activate either `sz` or `dz` as required, as a workaround
for LDST Immediate only having `zz`.
+Simple-V is powerful but it cannot do everything! There is just not
+enough space and so some compromises had to be made.