Branch-Conditional attempted to merge the functionality of `svstep`
into `sv.bc`: it became CISC-like in its complexity and was quickly reverted.
-\newpage{}
# Simple-V REMAP subsystem
[REMAP](https://libre-soc.org/openpower/sv/remap)
as hard-coded fully loop-unrolled assembler which is often
auto-generated by specialist dedicated tools, or written
entirely by hand.
-
All REMAP Schedules *including Indexed*
are 100% Deterministic from their point of declaration,
making it possible to forward-plan
Issue, Memory access and Register Hazard Management
in Multi-Issue Micro-architectures.
+If combined with Vertical-First then much more complex operations may exploit
+REMAP Schedules, such as Complex Number FFTs.
* **DCT/FFT** REMAP brings more capability than TI's MSP-Series DSPs and
Qualcom Hexagon DSPs, and is not restricted to Integer or FP.
* **Parallel Reduction** REMAP, performs an automatic map-reduce using
*any suitable scalar operation*.
+\newpage{}
# Scalar Operations
The primary reason for mentioning the additional Scalar operations