add margin, clarify Power ISA
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 18 Jun 2022 12:38:52 +0000 (13:38 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 18 Jun 2022 12:38:52 +0000 (13:38 +0100)
svp64-primer/summary.tex
svp64-primer/svp64-primer.tex

index d9c8c59aadbe6145ad9d7800bff8015b15d8549d..57999a89ee984e94358e74c5c99cdbd2d91b6c76 100644 (file)
@@ -3,7 +3,7 @@ Simple-V is a Scalable Vector Specification for a hardware for-loop that
 ONLY uses scalar instructions. Advantages:
 
 \begin{itemize}
-\item The v3.1 Specification is not altered in any way.
+\item The Power ISA v3.1 Specification is not altered in any way.
 \item Specifically designed to be easily implemented
   on top of an existing Micro-architecture (especially
   Superscalar Out-of-Order Multi-issue) without
index 7ae6f89e830c1b3d23c3ec520c4fef0fa2269ef4..f7d27c0be23a8109bdb4878222d0cd0c090afc60 100644 (file)
@@ -2,6 +2,7 @@
 \usepackage[utf8]{inputenc}
 \usepackage[printonlyused,withpage]{acronym}
 \usepackage{graphicx}
+\usepackage[margin=1.1in]{geometry}
 \graphicspath{ {./img/} }
 
 \title{(DRAFT) SVP64 Primer - \textit{Not so short yet}}