From: Luke Kenneth Casson Leighton Date: Mon, 20 Jun 2022 19:44:09 +0000 (+0100) Subject: add reworded version of section just removed, without duplicates X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffeb5737337e8adbc46342032cad2c04066fab10;p=libreriscv.git add reworded version of section just removed, without duplicates --- diff --git a/svp64-primer/summary.tex b/svp64-primer/summary.tex index f81893585..9a9f75f60 100644 --- a/svp64-primer/summary.tex +++ b/svp64-primer/summary.tex @@ -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}