From 08e93f459716fa9beb4744f79c3e8a2bb6706dc2 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 23 Jun 2022 13:54:27 +0100 Subject: [PATCH] --- openpower/sv/vector_ops.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpower/sv/vector_ops.mdwn b/openpower/sv/vector_ops.mdwn index f0183f608..b20c3920f 100644 --- a/openpower/sv/vector_ops.mdwn +++ b/openpower/sv/vector_ops.mdwn @@ -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. -- 2.30.2