From 5fdd9c627a38094bad4a2ea96e69cc876eaaf165 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 15 Aug 2021 22:17:45 +0100 Subject: [PATCH] --- openpower/sv.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv.mdwn b/openpower/sv.mdwn index b4176fcd1..f29a9545f 100644 --- a/openpower/sv.mdwn +++ b/openpower/sv.mdwn @@ -14,8 +14,8 @@ Fundamental design principles: (termed "preserving Program Order") * Augments ("tags") existing instructions, providing Vectorisation "context" rather than adding new ones. * Does not modify or deviate from the underlying scalar OpenPOWER ISA unless it provides significant performance or other advantage to do so in the Vector space (dropping XER.SO and OE=1 for example) -* Avoids creating significant dependency hazards, allowing high performance -superscalar microarchitectures to be deployed. +* Designed for Supercomputing: avoids creating significant sequential +dependency hazards, allowing high performance superscalar microarchitectures to be deployed. Advantages of these design principles: -- 2.30.2