(no commit message)
authorlkcl <lkcl@web>
Sat, 23 Jul 2022 10:50:28 +0000 (11:50 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 23 Jul 2022 10:50:28 +0000 (11:50 +0100)
openpower/sv/executive_summary.mdwn

index 7ff6d1f51a0373f7292c042edd3d9214764499b5..304f63a6cf1151f222e348e9521b60ec78acc93c 100644 (file)
@@ -18,8 +18,11 @@ the provision of a `setvl` instruction and why they are each called
 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.