(no commit message)
authorlkcl <lkcl@web>
Thu, 24 Dec 2020 09:13:07 +0000 (09:13 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 24 Dec 2020 09:13:07 +0000 (09:13 +0000)
openpower/sv/overview.mdwn

index ac91fdb3d5a271c94032a700b1ca926b08b9e315..fc2d2f02d449cd779fd9a72323752cde003546de 100644 (file)
@@ -75,7 +75,7 @@ With some walkthroughs it is clear that the loop exits immediately after the fir
 
 In this way all the eight permutations of Scalar and Vector behaviour are covered, although without predication the scalar-destination ones are reduced in usefulness.  It does however clearly illustrate the principle.
 
-Note in particular: there is no separate Scalar add instruction and separate Vector instruction and separate Scalar-Vector instruction: it's all the same instruction, just with a loop.  Scalar happens to set that loop size to one.
+Note in particular: there is no separate Scalar add instruction and separate Vector instruction and separate Scalar-Vector instruction, *and 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.
 
 # Adding single predication