(no commit message)
authorlkcl <lkcl@web>
Tue, 1 Dec 2020 20:33:19 +0000 (20:33 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 1 Dec 2020 20:33:19 +0000 (20:33 +0000)
openpower/sv/setvl.mdwn

index c08bd2a7e85b52c7dfd03429313d2938eb8167b4..28ccf7c4e03e738672cfa5a1bf484a41f65c49ae 100644 (file)
@@ -68,7 +68,7 @@ Note that setmvli is a pseudo-op, based on RT=0, and setvli likewise, based on R
 ## Core concept loop
 
     loop:
-    setvli a3, a0, MVL=8   #  update a3 with vl
+    setvl a3, a0, MVL=8    #  update a3 with vl
                            # (# of elements this iteration)
                            # set MVL to 8
     # do vector operations at up to 8 length (MVL=8)