(no commit message)
authorlkcl <lkcl@web>
Fri, 25 Dec 2020 01:32:13 +0000 (01:32 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 25 Dec 2020 01:32:13 +0000 (01:32 +0000)
openpower/sv/overview.mdwn

index 88842148c5a3814a80492e45f1ca20c1065e91c8..ad40ed02f2844f7d0381d8deca78751be49cc2b7 100644 (file)
@@ -2,7 +2,7 @@
 
 [[!toc]]
 
-This document provides a crash-course overview as to why SV exists, and how it works.
+This document provides an overview and introduction as to why SV exists, and how it works.
 
 SIMD, the primary method for easy parallelism of the past 30 years in Computer Architectures, is [known to be harmful](https://www.sigarch.org/simd-instructions-considered-harmful/). SIMD provides
 a seductive simplicity that is easy to implement in hardware.  Even with predication added, SIMD only becomes more and more problematic with each power of two SIMD width increase introduced through an ISA revision.  The opcode proliferation, at O(N^6), inexorably spirals out of control in the ISA, the hardware, the software and the compilers.