update slides
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 20 May 2018 11:43:09 +0000 (12:43 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 20 May 2018 11:43:09 +0000 (12:43 +0100)
simple_v_extension/simple_v_chennai_2018.tex

index f8e2ee26eb97945d60e226ede8589a613e3c4360..f198fb9db0ccb4ca017ec5fbbecfe94f1e323f61 100644 (file)
    \item Please don't use Vectors for "security" (use Sec-Ext)
   \end{itemize}
 }
-
+% with overlapping "vectors" - bearing in mind that "vectors" are
+% just a remap onto the standard register file, if the top bits of
+% predication are zero, and there happens to be a second vector
+% that uses some of the same register file that happens to be
+% predicated out, the second vector op may be issued *at the same time*
+% if there are available parallel ALUs to do so.
 
 \begin{frame}[fragile]
 \frametitle{ADD pseudocode (or trap, or actual hardware loop)}