(no commit message)
authorlkcl <lkcl@web>
Sun, 3 Jul 2022 12:32:55 +0000 (13:32 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 3 Jul 2022 12:32:55 +0000 (13:32 +0100)
openpower/sv/vector_isa_comparison.mdwn

index e3f625cc6c33bfa71dacf6aa4931a55cc2289717..55e28b2fcfed414e7ac2616adeeff375804f739c 100644 (file)
@@ -86,10 +86,11 @@ SIMD ISAs used features "inspired" from Scalable Vector ISAs.
   documentation.
 
 The saving grace of PackedSIMD VSX is that it did not fall to the
-seduction outlined in the sigarch "SIMD Considered Harmful" article.
+seduction outlined in the "SIMD Considered Harmful" article
+<https://www.sigarch.org/simd-instructions-considered-harmful/>.
 It is clear that it is expected to deploy Multi-Issue to achieve
 high performance, which is a much cleaner approach that does not
-result in ISA poisoning suffered by x86 (AVX).
+result in ISA poisoning such as that suffered by x86 (AVX).
 
 # Actual 3D GPU Architectures and ISAs (all SIMD)