(no commit message)
authorlkcl <lkcl@web>
Thu, 5 May 2022 13:32:05 +0000 (14:32 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 5 May 2022 13:32:05 +0000 (14:32 +0100)
openpower/sv/SimpleV_rationale.mdwn

index fabbb121429158e60883e266e8dd169b56555e2d..04e6a411e908aee370f2d6b498298e6460740d9f 100644 (file)
@@ -1,3 +1,15 @@
 [[!tag whitepapers]]
 
 # Why in the 2020s would you invent a new Vector ISA
+
+Inventing a new Scalar ISA from scratch is over a decade-long task including
+simulators and compilers: OpenRISC 1200 took 12 years to mature.
+A Vector or SIMD ISA to reach stable
+general-purpose auto-vectorisation compiler support has never been
+achieved in the history of computing, not with the combined resources of
+ARM, Intel, AMD, MIPS, Sun Microsystems, SGI, Cray, and many more.
+GPUs have ultra-specialist compilers, and standards managed by the
+Khronos Group, with multi-man-century development committment.
+
+Therefore it begs the question, why on earth would anyone consider this
+task?