-# RFC ls009 SVP64 Zero-Overhead Loop Prefix Subsystem
+# RFC ls010 SVP64 Zero-Overhead Loop Prefix Subsystem
Credits and acknowledgements:
|--------|--------------|--------------|
| EXT09 | v3.1 Prefix | v3.0/1 Suffix |
+Two apparent exceptions to the above hard rule exist: SV Branch-Conditional
+operations and LD/ST-update "Post-Increment" Mode. Post-Increment
+was considered sufficiently high priority (significantly reducing hot-loop
+instruction count) that one bit in the Prefix is reserved for it.
+Vectorised Branch-Conditional operations "embed" the original Scalar
+Branch-Conditional behaviour into a much more advanced variant that
+is highly suited to High-Performance Computation (HPC), Supercomputing,
+and parallel GPU Workloads.
+
Subset implementations in hardware are permitted, as long as certain
rules are followed, allowing for full soft-emulation including future
revisions. Compliancy Subsets exist to ensure minimum levels of binary