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

index f0183f608752ecad7d57e29ac4177de4515aec27..b20c3920f7c3e961f996012d1db6db35ea6984b4 100644 (file)
@@ -48,7 +48,7 @@ as follows:
 
 * first pattern A: `x / ~x`
 * second pattern B: `| / & / ^`
-* third pattern C: `x+1 / x-1 / ~(x+1) / -x`
+* 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.