(no commit message)
authorlkcl <lkcl@web>
Thu, 28 Jul 2022 21:25:36 +0000 (22:25 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 28 Jul 2022 21:25:36 +0000 (22:25 +0100)
openpower/sv/executive_summary.mdwn

index 0ed50021fdcebbfbaf6488c7f1970bf6c0f15b2d..715cb1ab45bcb1e7cf793658d27c42989349d464 100644 (file)
@@ -55,7 +55,8 @@ VSX and NEON are PackedSIMD, and
 AVX-512 and ARM SVE2 are Predicated SIMD ISAs.
 **None of them provide Scalability to the Programmer**.  SVE2 is **Silicon**
 Scalable, not **Programmer** Scalable: the distinction is profoundly
-important (already causing problems).
+important (already
+[causing problems](https://gist.github.com/zingaburga/805669eb891c820bd220418ee3f0d6bd#file-sve2-md) ).
 For Predicated SIMD, Programmers must emulate Cray-style scaling
 through explicit predicate masking, which increases instruction count in
 hot-loops.