From: Luke Kenneth Casson Leighton Date: Mon, 11 Jul 2022 00:45:09 +0000 (+0100) Subject: compute 2nd svindex dimension using unsignee compare X-Git-Tag: sv_maxu_works-initial~262 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef92700be3fb82d12a782fd4fd5decbc3fc12a58;p=openpower-isa.git compute 2nd svindex dimension using unsignee compare --- diff --git a/openpower/isa/simplev.mdwn b/openpower/isa/simplev.mdwn index 745bd111..62f762be 100644 --- a/openpower/isa/simplev.mdwn +++ b/openpower/isa/simplev.mdwn @@ -273,11 +273,11 @@ SVI-Form Pseudo-code: - # based on MAXVL compute other dimension + # based on nearest MAXVL compute other dimension MVL <- SVSTATE[0:6] d <- [0] * 6 dim <- SVd+1 - do while d*dim < ([0]*4 || MVL) + do while d*dim