(no commit message)
authorlkcl <lkcl@web>
Thu, 23 Jun 2022 12:57:21 +0000 (13:57 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 23 Jun 2022 12:57:21 +0000 (13:57 +0100)
openpower/sv/vector_ops.mdwn

index b20c3920f7c3e961f996012d1db6db35ea6984b4..c510bcc4b5db0f9f27b45d2e20eaa618fc241539 100644 (file)
@@ -51,7 +51,9 @@ as follows:
 * third pattern C: `x+1 / x-1 / ~(x+1) / (~x)+1`
 
 Thus it makes sense to create a single instruction
-that covers all of these.
+that covers all of these.  A crucial addition that is essential
+for Scalable Vector usage however is the second mask parameter
+(RB).
 
 Executable pseudocode demo: