From: Jacob Lifshay Date: Sun, 19 Jun 2022 21:47:48 +0000 (-0700) Subject: fix minu[.] to be unsigned X-Git-Tag: sv_maxu_works-initial~375 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f9891616d1a251bbb83b1ab29da7040258847ab;p=openpower-isa.git fix minu[.] to be unsigned --- diff --git a/openpower/isa/av.mdwn b/openpower/isa/av.mdwn index fd5424c8..91ef617d 100644 --- a/openpower/isa/av.mdwn +++ b/openpower/isa/av.mdwn @@ -59,8 +59,8 @@ X-Form Pseudo-code: - if (RA) < (RB) then RT <- (RA) - else RT <- (RB) + if (RA)