* normal Vector ISAs use either Indexed-MV or Indexed-LD/ST to "cope"
with this. both are expensive (copy large vectors, spill through memory)
and very few Packed SIMD ISAs cope with non-Power-2.
-* REMAP **redefines** the order of access according to set "Schedules".
-* The Schedules are not necessarily restricted to power-of-two boundaries
+* REMAP **redefines** the order of access according to set
+ (Deterministic) "Schedules".
+* The Schedules are not at all restricted to power-of-two boundaries
making it unnecessary to have for example specialised 3x4 transpose
- instructions.
+ instructions of other Vector ISAs.
Only the most commonly-used algorithms in computer science have REMAP
support, due to the high cost in both the ISA and in hardware. For