simplify paragraph, no need to "justify" statements. just make... statements
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Jun 2022 13:56:16 +0000 (14:56 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 20 Jun 2022 13:56:16 +0000 (14:56 +0100)
svp64-primer/summary.tex

index f9fd1eca68408e94aa8f1c754483dc56d86da948..1e14acf31876a774857b1f839844537138444e76 100644 (file)
@@ -105,11 +105,12 @@ which can fit 1024 64-bit words \cite{riscv-v-spec}.  The Cray-1 had
 overlaying the Vector Registers onto the Floating Point registers, similar
 to x86 "MMX".
 
-Simple-V's "Vector" Registers are specifically designed to fit
-on top of the Scalar (GPR, FPR) register files with \textbf{(byte-addressable access required?)}, which are extended from
- the default of 32 (see PowerISA 3.2.1 General Purpose Registers and 4.2.1 Floating-Point Registers \textbf{[WHICH SPEC VERSION?]}), to 128 entries in the Libre-SOC implementation \textbf{[CAN WE REFER TO LIBRE-SOC?]}.  This is a primary reason why Simple-V can be added
-on top of an existing Scalar ISA, and \textit{in particular} why there
-is no need to add Vector Registers or Vector instructions.
+Simple-V's "Vector" Registers are specifically designed to fit on top of
+the Scalar (GPR, FPR) register files, which are extended from the default
+of 32, to 128 entries in the Libre-SOC implementation.  This is a primary
+reason why Simple-V can be added on top of an existing Scalar ISA, and
+\textit{in particular} why there is no need to add Vector Registers or
+Vector instructions.
 
 \begin{figure}[hb]
     \centering