(no commit message)
authorlkcl <lkcl@web>
Fri, 1 Jan 2021 00:35:14 +0000 (00:35 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 1 Jan 2021 00:35:14 +0000 (00:35 +0000)
openpower/sv/overview.mdwn

index 02e21e7b3790fe3b4079bc240368661e055b7c71..989e601b502e761643231e9c6fe490a3dce60030 100644 (file)
@@ -165,7 +165,7 @@ there is no separate Vector register file*: it's all the same instruction,
 on the standard register file, just with a loop.  Scalar happens to set
 that loop size to one.
 
-The important insight from the above is that, strictly speaking, Simple-V is not really a Vectorisation scheme at all: it is more of a hardware ISA "Compression scheme", allowing as it does for what would normally require multiple sequential instructions to be replaced with just one.  This is where the rule that Program Order must be preserved in Sub-PC execution derives from.  However in other ways, which will emerge below, the "tagging" concept presents an opportunity to include features definitely not common outside of Vector ISAs, and in that regard it's definitely a xlass of Vectorisation.
+The important insight from the above is that, strictly speaking, Simple-V is not really a Vectorisation scheme at all: it is more of a hardware ISA "Compression scheme", allowing as it does for what would normally require multiple sequential instructions to be replaced with just one.  This is where the rule that Program Order must be preserved in Sub-PC execution derives from.  However in other ways, which will emerge below, the "tagging" concept presents an opportunity to include features definitely not common outside of Vector ISAs, and in that regard it's definitely a class of Vectorisation.
 
 ## Register "tagging"