add reworded version of section just removed, without duplicates
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Jun 2022 19:44:09 +0000 (20:44 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Jun 2022 19:44:09 +0000 (20:44 +0100)
svp64-primer/summary.tex

index f81893585a9306b81a275d3b549ff6b29c1c65d7..9a9f75f60bf8bae746b647bd514e50bb36efa48e 100644 (file)
@@ -193,5 +193,9 @@ Advantages include:
        \item Obliterates SIMD opcode proliferation
           ($O(N^6)$) as well as dedicated Vectorisation
           ISAs. No more separate vector instructions.
+       \item Reducing maintenance overhead (no separate Vector instructions).
+          Adding a Scalar instruction automatically gains a Vectorised
+          version.
+       \item Easier for compilers, coders, documentation
 \end{itemize}