From ffeb5737337e8adbc46342032cad2c04066fab10 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 20 Jun 2022 20:44:09 +0100 Subject: [PATCH] add reworded version of section just removed, without duplicates --- svp64-primer/summary.tex | 4 ++++ 1 file changed, 4 insertions(+) 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} -- 2.30.2