From 3ec62ed28d3784524cd8b0d28fd875251e4281a7 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 20 Jun 2022 14:53:06 +0100 Subject: [PATCH] remove unnecessary ref --- svp64-primer/summary.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svp64-primer/summary.tex b/svp64-primer/summary.tex index 91da580f3..f9fd1eca6 100644 --- a/svp64-primer/summary.tex +++ b/svp64-primer/summary.tex @@ -161,7 +161,7 @@ Main design principles Vectorisation "context" rather than adding new opcodes. \item Does not modify or deviate from the underlying scalar Power ISA unless there's a significant performance boost or other - advantage in the vector space (see \ref{subsubsec:add_to_pow_isa}) + advantage in the vector space \item Aimed at Supercomputing: avoids creating significant \textit{sequential dependency hazards}, allowing \textbf{high performance multi-issue superscalar microarchitectures} to be -- 2.30.2