presents the programmer with explicit control over Vector length.
ARM NEON, AVX-512 and ARM SVE2 are all Predicated SIMD ISAs and
-**do not provide Scalability**. Programmers must emulate scaling
-through explicit predicate masks which increases instruction count in
+**do not provide Scalability to the Programmer** (SVE2 is **Silicon**
+Scalable, not **Programmer** Scalable: the distinction is profoundly
+critical).
+For Predicated SIMD, Programmers must emulate scaling
+through explicit predicate masking, which increases instruction count in
hot-loops.
We invented Simple-V to be simple because we don't like complicated.