(no commit message)
authorlkcl <lkcl@web>
Fri, 29 Jul 2022 04:40:21 +0000 (05:40 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 29 Jul 2022 04:40:21 +0000 (05:40 +0100)
openpower/sv/executive_summary.mdwn

index 715cb1ab45bcb1e7cf793658d27c42989349d464..5445125c0fef4dd7432a7c74d2be5a508fa88846 100644 (file)
@@ -56,7 +56,7 @@ 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](https://gist.github.com/zingaburga/805669eb891c820bd220418ee3f0d6bd#file-sve2-md) ).
+[causing problems](https://bugs.libre-soc.org/show_bug.cgi?id=893#c15) ).
 For Predicated SIMD, Programmers must emulate Cray-style scaling
 through explicit predicate masking, which increases instruction count in
 hot-loops.