From 38b0d859f5ff02847d3b98a2d1d7fe60ff5b37a8 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 23 Jun 2022 13:57:21 +0100 Subject: [PATCH] --- openpower/sv/vector_ops.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openpower/sv/vector_ops.mdwn b/openpower/sv/vector_ops.mdwn index b20c3920f..c510bcc4b 100644 --- a/openpower/sv/vector_ops.mdwn +++ b/openpower/sv/vector_ops.mdwn @@ -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: -- 2.30.2