From 7a24ed2e6dd52aec2dadf17d69645f3e737afc9d Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 23 Jun 2022 11:00:15 +0100 Subject: [PATCH] --- openpower/sv/vector_ops/discussion.mdwn | 1 - 1 file changed, 1 deletion(-) diff --git a/openpower/sv/vector_ops/discussion.mdwn b/openpower/sv/vector_ops/discussion.mdwn index f95d3c921..4055678b2 100644 --- a/openpower/sv/vector_ops/discussion.mdwn +++ b/openpower/sv/vector_ops/discussion.mdwn @@ -7,7 +7,6 @@ x/~x &/|/^ (x / -x / x+1 / x-1) so are being superceded. needs some work though ``` -def bmask(mode, RA, RB=None, zero=False): if _RB = 0 then mask <- [1] * XLEN else mask = (RB) a1 <- (RA) & mask if mode[1] then a1 <- ¬ra -- 2.30.2