From: Luke Kenneth Casson Leighton Date: Mon, 20 Jun 2022 20:36:33 +0000 (+0100) Subject: clarify summary X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b192693629425ef67d092aa491025ee0e0f2d47e;p=libreriscv.git clarify summary --- diff --git a/svp64-primer/summary.tex b/svp64-primer/summary.tex index 0b1b172cc..dbb27dbcf 100644 --- a/svp64-primer/summary.tex +++ b/svp64-primer/summary.tex @@ -9,7 +9,8 @@ ONLY uses scalar instructions}. \item Does not require adding duplicates of instructions (popcnt, popcntw, popcntd, vpopcntb, vpopcnth, vpopcntw, vpopcntd) \item Fully abstracted: does not create Micro-architectural dependencies - (no fixed "Lane" size). + (no fixed "Lane" size), one binary works across all existing + \textit{and future} implementations. \item Specifically designed to be easily implemented on top of an existing Micro-architecture (especially Superscalar Out-of-Order Multi-issue) without