mention instruction duplication
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 18 Jun 2022 21:38:39 +0000 (22:38 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 18 Jun 2022 21:38:47 +0000 (22:38 +0100)
(which SV does not do)

svp64-primer/summary.tex

index a7ecdca5919fecc14743cf40fa34159176304f73..99e800f9888340fcf3b97ee99178af132ec63cba 100644 (file)
@@ -6,6 +6,8 @@ ONLY uses scalar instructions.
 \item The Power ISA v3.1 Specification is not altered in any way.
   v3.1 Code-compatibility is guaranteed.
 \item Does not require sacrificing 32-bit Major Opcodes.
+\item Does not require adding duplicates of instructions
+      (popcnt, popcntw, popcntd, vpopcntb, vpopcnth, vpopcntw, vpopcntd)
 \item Specifically designed to be easily implemented
   on top of an existing Micro-architecture (especially
   Superscalar Out-of-Order Multi-issue) without
@@ -33,6 +35,9 @@ size, which as outlined in \cite{SIMD_HARM} has an indirect reduction in
 power consumption due to less I-Cache/TLB pressure and also Issue remaining
 idle for long periods.
 
+Simple-V has been specifically and carefully crafted to respect
+the Power ISA's Supercomputing pedigree.
+
 \pagebreak
 
 \subsection{What is SIMD?}